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/array.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/array.rb')
| -rw-r--r-- | test/t/array.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/t/array.rb b/test/t/array.rb index 56daf0b01..538ea0c3f 100644 --- a/test/t/array.rb +++ b/test/t/array.rb @@ -5,10 +5,6 @@ assert('Array', '15.2.12') do assert_equal(Class, Array.class) end -assert('Array superclass', '15.2.12.2') do - assert_equal(Object, Array.superclass) -end - assert('Array inclueded modules', '15.2.12.3') do assert_true(Array.include?(Enumerable)) end |
