From 9c1469ee80602ffb55368659a0bb690d3f8a0e0c Mon Sep 17 00:00:00 2001 From: aamine Date: Thu, 22 Sep 2005 21:13:40 +0000 Subject: remove unexpected debug print git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9277 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ripper/test_files.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'test/ripper/test_files.rb') diff --git a/test/ripper/test_files.rb b/test/ripper/test_files.rb index 9304127608..f96d12ac55 100644 --- a/test/ripper/test_files.rb +++ b/test/ripper/test_files.rb @@ -13,7 +13,6 @@ 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 -- cgit v1.2.3