summaryrefslogtreecommitdiff
path: root/test/files/neg/bug3774.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug3774.scala')
-rw-r--r--test/files/neg/bug3774.scala3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/files/neg/bug3774.scala b/test/files/neg/bug3774.scala
deleted file mode 100644
index 2fb9bf5d39..0000000000
--- a/test/files/neg/bug3774.scala
+++ /dev/null
@@ -1,3 +0,0 @@
-object Hang {
- Map[(Int,Int),List[Int]]() ++ (for(x <- 0 to 1 ; y <- 0 to 1) yield {(x,y)-> (0 to 1)})
-} \ No newline at end of file