diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-06-17 11:51:04 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-06-17 11:51:04 +0900 |
| commit | d9985631e7bbbfbd9b5d7ec33d6060b5aa02e6c8 (patch) | |
| tree | 0760005e71c7505e94f5ed055571867e82272cd2 /test/t/array.rb | |
| parent | 44a834f30b0a6872210e0b20dadc3e9eb8cea461 (diff) | |
| parent | 77047b5ed4e49ab4dd87185dd61c7e4854169ad3 (diff) | |
| download | mruby-d9985631e7bbbfbd9b5d7ec33d6060b5aa02e6c8.tar.gz mruby-d9985631e7bbbfbd9b5d7ec33d6060b5aa02e6c8.zip | |
Merge pull request #2396 from take-cheeze/superclass_check
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 |
