From d059d718b505bacbf7af6e9c473eb95391d481d0 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 21 Aug 2012 04:50:18 +0000 Subject: remove trainling spaces. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36750 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ripper/test_files.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ripper/test_files.rb') diff --git a/test/ripper/test_files.rb b/test/ripper/test_files.rb index 072a52d86f..5bc09c3cb6 100644 --- a/test/ripper/test_files.rb +++ b/test/ripper/test_files.rb @@ -16,7 +16,7 @@ class TestRipper::Generic < Test::Unit::TestCase SCANNER_EVENTS.each {|n| eval "def on_#{n}(*args) r = [:#{n}, *args]; r.inspect; Object.new end" } end - TEST_RATIO = 0.05 # testing all files needs too long time... + TEST_RATIO = 0.05 # testing all files needs too long time... def capture_stderr err = StringIO.new -- cgit v1.2.3