mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Removed some debug prints from the test
This commit is contained in:
committed by
Blaž Hrastnik
parent
99aff17075
commit
319553f0ef
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user