summaryrefslogtreecommitdiffhomepage
path: root/test/t/typeerror.rb
diff options
context:
space:
mode:
authortake_cheeze <[email protected]>2014-06-15 15:02:21 +0900
committertake_cheeze <[email protected]>2014-06-15 15:02:21 +0900
commitec5b0556940e9ab01cca07d0efee3fdeefe803ae (patch)
tree100e88fd7b51ced886e78289616696e2884a146e /test/t/typeerror.rb
parent0042e586db875fca2631c243cb41599e9782b05a (diff)
downloadmruby-ec5b0556940e9ab01cca07d0efee3fdeefe803ae.tar.gz
mruby-ec5b0556940e9ab01cca07d0efee3fdeefe803ae.zip
Move direct superclass checking to `test/t/superclass.rb`.
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
-