summaryrefslogtreecommitdiffhomepage
path: root/test/t/typeerror.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/t/typeerror.rb')
-rw-r--r--test/t/typeerror.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/t/typeerror.rb b/test/t/typeerror.rb
index a91fb1be2..32536a74f 100644
--- a/test/t/typeerror.rb
+++ b/test/t/typeerror.rb
@@ -4,8 +4,3 @@
assert('TypeError', '15.2.29') do
assert_equal Class, TypeError.class
end
-
-assert('TypeError superclass', '15.2.29.2') do
- assert_equal StandardError, TypeError.superclass
-end
-