summaryrefslogtreecommitdiff
path: root/test/pending/neg/bug112706A.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/neg/bug112706A.scala')
-rw-r--r--test/pending/neg/bug112706A.scala8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/pending/neg/bug112706A.scala b/test/pending/neg/bug112706A.scala
deleted file mode 100644
index fb98ad300c..0000000000
--- a/test/pending/neg/bug112706A.scala
+++ /dev/null
@@ -1,8 +0,0 @@
-package test;
-trait Test {
- def foo(p : List[Tuple2[String,String]]) = {
- for (val t <- p) t._1 match {
- case Tuple2(node,_) =>
- }
- }
-} \ No newline at end of file