Removed some debug prints from the test

This commit is contained in:
Corey Powell
2015-07-11 11:11:12 -05:00
committed by Blaž Hrastnik
parent 99aff17075
commit 319553f0ef
-4
View File
@@ -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