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/argumenterror.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/argumenterror.rb')
| -rw-r--r-- | test/t/argumenterror.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/t/argumenterror.rb b/test/t/argumenterror.rb index c8d277cc5..abb53429b 100644 --- a/test/t/argumenterror.rb +++ b/test/t/argumenterror.rb @@ -14,8 +14,3 @@ assert('ArgumentError', '15.2.24') do assert_equal(Class, ArgumentError.class) assert_equal(ArgumentError, e2.class) end - -assert('ArgumentError superclass', '15.2.24.2') do - assert_equal(StandardError, ArgumentError.superclass) -end - |
