Commit 319553f0 authored by Corey Powell's avatar Corey Powell Committed by Blaž Hrastnik

Removed some debug prints from the test

parent 99aff170
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment