diff options
Diffstat (limited to '')
-rwxr-xr-x | test/tc_parser.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tc_parser.rb b/test/tc_parser.rb index d95304c..c745799 100755 --- a/test/tc_parser.rb +++ b/test/tc_parser.rb @@ -32,7 +32,7 @@ class ParserTest < Test::Unit::TestCase f.print(chanstr) end end - assert(allok) end + assert(allok) end end |