diff --git a/test/bugs/map_map.rav b/test/bugs/map_map.rav deleted file mode 100644 index e874410..0000000 --- a/test/bugs/map_map.rav +++ /dev/null @@ -1,4 +0,0 @@ -proc p() { - var x: Map[Int, Map[Int, Int]]; - var y: Int := x[1][2]; -} \ No newline at end of file