summaryrefslogtreecommitdiff
path: root/test/ripper/test_files.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ripper/test_files.rb')
-rw-r--r--test/ripper/test_files.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ripper/test_files.rb b/test/ripper/test_files.rb
index f96d12ac55..9304127608 100644
--- a/test/ripper/test_files.rb
+++ b/test/ripper/test_files.rb
@@ -13,6 +13,7 @@ class TestRipper_Generic < Test::Unit::TestCase
def test_parse_files
Find.find("#{SRCDIR}/lib", "#{SRCDIR}/ext", "#{SRCDIR}/sample", "#{SRCDIR}/test") {|n|
next if /\.rb\z/ !~ n || !File.file?(n)
+$stderr.print '#'
assert_nothing_raised { Parser.new(File.read(n)).parse }
}
end