basictest/test.rb: update message

* basictest/test.rb (test_check): update the file name in
  messages, as r53537.  [Feature #11982]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53539 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2016-01-15 04:33:43 +00:00
Родитель 81a93c07f8
Коммит 6b39fba4a9
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -105,7 +105,7 @@ def test_check(what)
unless $ntest.zero? unless $ntest.zero?
PROGRESS.finish PROGRESS.finish
end end
STDERR.print "sample/test.rb:#{what} " STDERR.print "basictest/test.rb:#{what} "
PROGRESS.init PROGRESS.init
$what = what $what = what
$testnum = 0 $testnum = 0