add a test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14630 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e885517639
commit
edb8eee236
@ -2,3 +2,9 @@
|
|||||||
# This test file concludes tests which point out known bugs.
|
# This test file concludes tests which point out known bugs.
|
||||||
# So all tests will cause failure.
|
# So all tests will cause failure.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
assert_equal 'ok', %q{
|
||||||
|
# this cause "called on terminated object".
|
||||||
|
ObjectSpace.each_object(Module) {|m| m.name.inspect }
|
||||||
|
:ok
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user