summaryrefslogtreecommitdiffstats
path: root/test/parser
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2005-09-15 15:18:15 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2005-09-15 15:18:15 +0000
commit897de465b38965c821bcedd32193d9069a378ae0 (patch)
treeb515991e4b681f193fbaac402885f4c506154940 /test/parser
parent6767dd2afd1061721147a3fa60174f560724f054 (diff)
cleaning up tests a bit; mostly just making sure tests clean up after themselves, but also doing some rearrangement and fixing a list() call
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@669 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test/parser')
-rw-r--r--test/parser/tc_lexer.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/parser/tc_lexer.rb b/test/parser/tc_lexer.rb
index 31e77dbff..4a8ccedd4 100644
--- a/test/parser/tc_lexer.rb
+++ b/test/parser/tc_lexer.rb
@@ -114,7 +114,6 @@ class TestLexer < Test::Unit::TestCase
assert_nothing_raised {
@lexer.string = bit
- p @lexer.fullscan
}
end
end