Remove map_literal_access test, it's invalid as there is no const [] on maps

This commit is contained in:
Jason Turner 2011-10-01 11:15:56 -06:00
parent 27ae40b813
commit 9a9d4e1ae0

View File

@ -1 +0,0 @@
assert_equal(1, {"bob":1,"fred":2}["bob"])