summaryrefslogtreecommitdiffhomepage
path: root/test/t/module.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/module.rb
parent0042e586db875fca2631c243cb41599e9782b05a (diff)
downloadmruby-ec5b0556940e9ab01cca07d0efee3fdeefe803ae.tar.gz
mruby-ec5b0556940e9ab01cca07d0efee3fdeefe803ae.zip
Move direct superclass checking to `test/t/superclass.rb`.
Diffstat (limited to 'test/t/module.rb')
-rw-r--r--test/t/module.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/t/module.rb b/test/t/module.rb
index fcf46fe3a..5ac794330 100644
--- a/test/t/module.rb
+++ b/test/t/module.rb
@@ -5,10 +5,6 @@ assert('Module', '15.2.2') do
assert_equal Class, Module.class
end
-assert('Module superclass', '15.2.2.2') do
- assert_equal Object, Module.superclass
-end
-
# TODO not implemented ATM assert('Module.constants', '15.2.2.3.1') do
# TODO not implemented ATM assert('Module.nesting', '15.2.2.3.2') do