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/indexerror.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/indexerror.rb')
| -rw-r--r-- | test/t/indexerror.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/t/indexerror.rb b/test/t/indexerror.rb index ea008a227..a8dce23a0 100644 --- a/test/t/indexerror.rb +++ b/test/t/indexerror.rb @@ -4,7 +4,3 @@ assert('IndexError', '15.2.33') do assert_equal Class, IndexError.class end - -assert('IndexError superclass', '15.2.33.2') do - assert_equal StandardError, IndexError.superclass -end |
