summaryrefslogtreecommitdiff
path: root/bootstraptest/test_knownbug.rb
blob: bdbf5b1f92c9b4c5e95da054accef3dd0df00cb1 (plain)
1
2
3
4
5
6
7
8
9
10
#
# 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
}