summaryrefslogtreecommitdiff
path: root/sample
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-15 13:08:45 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-15 13:08:45 +0000
commit78d4bc9294cb9193e3dfe7dbb15bf01ca8bc0137 (patch)
tree3b233a68082a74120110b4b932a189596f842b0c /sample
parent5df321fb1dfdfc032d882f7e160279512c8078b8 (diff)
Revert r53539 and r53540
* basictest/test.rb: revert r53539 because it depends on r53537. * gmake.mk: ditto, revert r53540. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53544 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'sample')
-rwxr-xr-xsample/test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/test.rb b/sample/test.rb
index b4aa12b784..14f4d4a0f1 100755
--- a/sample/test.rb
+++ b/sample/test.rb
@@ -105,7 +105,7 @@ def test_check(what)
unless $ntest.zero?
PROGRESS.finish
end
- STDERR.print "basictest/test.rb:#{what} "
+ STDERR.print "sample/test.rb:#{what} "
PROGRESS.init
$what = what
$testnum = 0