* test/coverage/test_coverage.rb: ignored test when enabled to coverage.

It lead to crash with `make test-all`.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53424 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2016-01-04 01:14:45 +00:00
Родитель c48abea0c3
Коммит acc472dd24
2 изменённых файлов: 6 добавлений и 1 удалений

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

@ -1,3 +1,8 @@
Mon Jan 4 10:14:24 2016 SHIBATA Hiroshi <hsbt@ruby-lang.org>
* test/coverage/test_coverage.rb: ignored test when enabled to coverage.
It lead to crash with `make test-all`.
Mon Jan 4 08:10:44 2016 Yuichiro Kaneko <yui-knk@ruby-lang.org>
* insns.def (opt_case_dispatch): Move a comment to the

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

@ -111,4 +111,4 @@ class TestCoverage < Test::Unit::TestCase
ensure
$".replace loaded_features
end
end
end unless ENV['COVERAGE']