зеркало из https://github.com/github/ruby.git
Add failing test identified by Aaron Patterson
This commit is contained in:
Родитель
a267f45502
Коммит
3d026adb61
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче