summaryrefslogtreecommitdiffhomepage
path: root/test/t/symbol.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/symbol.rb
parent0042e586db875fca2631c243cb41599e9782b05a (diff)
downloadmruby-ec5b0556940e9ab01cca07d0efee3fdeefe803ae.tar.gz
mruby-ec5b0556940e9ab01cca07d0efee3fdeefe803ae.zip
Move direct superclass checking to `test/t/superclass.rb`.
Diffstat (limited to 'test/t/symbol.rb')
-rw-r--r--test/t/symbol.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/t/symbol.rb b/test/t/symbol.rb
index f852dcd00..b0252849d 100644
--- a/test/t/symbol.rb
+++ b/test/t/symbol.rb
@@ -5,10 +5,6 @@ assert('Symbol', '15.2.11') do
assert_equal Class, Symbol.class
end
-assert('Symbol superclass', '15.2.11.2') do
- assert_equal Object, Symbol.superclass
-end
-
assert('Symbol#===', '15.2.11.3.1') do
assert_true :abc == :abc
assert_false :abc == :cba