summaryrefslogtreecommitdiffhomepage
path: root/test/t/module.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/t/module.rb')
-rw-r--r--test/t/module.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/t/module.rb b/test/t/module.rb
index 6fa22e8b4..5baaadd2e 100644
--- a/test/t/module.rb
+++ b/test/t/module.rb
@@ -540,10 +540,6 @@ assert('Module#prepend') do
end
bug8357 = '[ruby-core:54742] [Bug #8357]'
- t_print c.new.kind_of?(b)
- t_print "\n"
- t_print [b, b.ancestors, c, c.ancestors].inspect
- t_print "\n"
assert_kind_of(b, c.new, bug8357)
end
end