git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17434 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2008-06-19 13:26:37 +00:00
Родитель 8aa74a17ef
Коммит b44d0b98d8
1 изменённых файлов: 8 добавлений и 0 удалений

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

@ -3,3 +3,11 @@
# So all tests will cause failure.
#
assert_normal_exit %q{
r = Range.allocate
def r.<=>(o) true end
r.instance_eval { initialize r, r }
r.inspect
}