Add failing test identified by Aaron Patterson

This commit is contained in:
Maxime Chevalier-Boisvert 2021-02-10 19:57:06 -05:00 коммит произвёл Alan Wu
Родитель a267f45502
Коммит 3d026adb61
1 изменённых файлов: 12 добавлений и 0 удалений

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

@ -1,3 +1,15 @@
# Putobject, less-than operator, fixnums
assert_equal '2', %q{
def check_index(index)
if 0x40000000 < index
raise "wat? #{index}"
end
index
end
check_index 2
check_index 2
}
# Method redefinition (code invalidation) test
assert_equal '1', %q{
def ret1