From 0ffbe62c53487caea929999bdb83aab4606cf34b Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 24 Dec 2007 19:03:09 +0000 Subject: add a test. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14630 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bootstraptest/test_knownbug.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bootstraptest/test_knownbug.rb b/bootstraptest/test_knownbug.rb index 39dc6a9b8..bdbf5b1f9 100644 --- a/bootstraptest/test_knownbug.rb +++ b/bootstraptest/test_knownbug.rb @@ -2,3 +2,9 @@ # This test file concludes tests which point out known bugs. # 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 +} -- cgit