diff options
| author | take_cheeze <[email protected]> | 2014-06-15 15:02:21 +0900 |
|---|---|---|
| committer | take_cheeze <[email protected]> | 2014-06-15 15:02:21 +0900 |
| commit | ec5b0556940e9ab01cca07d0efee3fdeefe803ae (patch) | |
| tree | 100e88fd7b51ced886e78289616696e2884a146e /test/t/hash.rb | |
| parent | 0042e586db875fca2631c243cb41599e9782b05a (diff) | |
| download | mruby-ec5b0556940e9ab01cca07d0efee3fdeefe803ae.tar.gz mruby-ec5b0556940e9ab01cca07d0efee3fdeefe803ae.zip | |
Move direct superclass checking to `test/t/superclass.rb`.
Diffstat (limited to 'test/t/hash.rb')
| -rw-r--r-- | test/t/hash.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/t/hash.rb b/test/t/hash.rb index 0d8d137c4..eee7c7b6a 100644 --- a/test/t/hash.rb +++ b/test/t/hash.rb @@ -5,10 +5,6 @@ assert('Hash', '15.2.13') do assert_equal Class, Hash.class end -assert('Hash superclass', '15.2.13.2') do - assert_equal Object, Hash.superclass -end - assert('Hash#==', '15.2.13.4.1') do assert_true({ 'abc' => 'abc' } == { 'abc' => 'abc' }) assert_false({ 'abc' => 'abc' } == { 'cba' => 'cba' }) |
