git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59126 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2017-06-21 01:34:34 +00:00
Родитель 477d115924
Коммит ed908e5c2b
1 изменённых файлов: 10 добавлений и 0 удалений

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

@ -5,3 +5,13 @@
# This test file includes tests which point out known bugs.
# So all tests will cause failure.
#
assert_normal_exit("#{<<-";END;"}")
begin
require "-test-/typeddata"
rescue LoadError
else
n = 1 << 20
Bug::TypedData.make(n)
end
;END;