diff options
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 |
