mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Remove implementation of Symbol#===
For reducing program size.
This commit is contained in:
+2
-2
@@ -13,8 +13,8 @@ assert('Symbol', '15.2.11') do
|
||||
end
|
||||
|
||||
assert('Symbol#===', '15.2.11.3.1') do
|
||||
assert_true :abc == :abc
|
||||
assert_false :abc == :cba
|
||||
assert_true :abc === :abc
|
||||
assert_false :abc === :cba
|
||||
end
|
||||
|
||||
assert('Symbol#id2name', '15.2.11.3.2') do
|
||||
|
||||
Reference in New Issue
Block a user