summaryrefslogtreecommitdiff
path: root/test/ripper/assert_parse_files.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ripper/assert_parse_files.rb')
-rw-r--r--test/ripper/assert_parse_files.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ripper/assert_parse_files.rb b/test/ripper/assert_parse_files.rb
index 0d583a99e3..4f08589e41 100644
--- a/test/ripper/assert_parse_files.rb
+++ b/test/ripper/assert_parse_files.rb
@@ -40,6 +40,7 @@ class TestRipper::Generic < Test::Unit::TestCase
end
}
end
+ assert(true) if scripts.empty?
end;
end
end