Remove map_literal_access test, it's invalid as there is no const [] on maps
This commit is contained in:
@@ -1 +0,0 @@
|
||||
assert_equal(1, {"bob":1,"fred":2}["bob"])
|
Reference in New Issue
Block a user
@@ -1 +0,0 @@
|
||||
assert_equal(1, {"bob":1,"fred":2}["bob"])
|