diff options
| author | Corey Powell <[email protected]> | 2015-07-11 11:11:12 -0500 |
|---|---|---|
| committer | Blaž Hrastnik <[email protected]> | 2015-07-13 14:04:42 +0200 |
| commit | 319553f0ef310b4f098773db713e7fcee18f69be (patch) | |
| tree | 3e144e8903e4203e45d5b0b87d3d2bd219bc04b7 /test | |
| parent | 99aff17075905738a8e45d8b213b92a291588053 (diff) | |
| download | mruby-319553f0ef310b4f098773db713e7fcee18f69be.tar.gz mruby-319553f0ef310b4f098773db713e7fcee18f69be.zip | |
Removed some debug prints from the test
Diffstat (limited to 'test')
| -rw-r--r-- | test/t/module.rb | 4 |
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 |
