* bootstraptest/test_thread.rb: String#=~ does not accept String.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44016 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2013-12-05 12:59:09 +00:00
Родитель 19737494b9
Коммит 1dcc985092
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -22,7 +22,7 @@ begin
}
v == 20100 ? :ok : v
rescue ThreadError => e
:ok if e.message =~ "can't create Thread"
:ok if /can't create Thread/ =~ e.message
end
}
assert_equal %q{5000}, %q{