summaryrefslogtreecommitdiff
path: root/test/files/run/patmatnew.scala
diff options
context:
space:
mode:
authorBurak Emir <emir@epfl.ch>2007-08-14 19:52:00 +0000
committerBurak Emir <emir@epfl.ch>2007-08-14 19:52:00 +0000
commit6b573ed92f9f160de1b2733d2547e8a72c989564 (patch)
treed99b01f323b53144cbe799f4431d7430d8f7e2b1 /test/files/run/patmatnew.scala
parent7d793f6ff59152a24ce4b22291c49dc1c4c01798 (diff)
downloadscala-6b573ed92f9f160de1b2733d2547e8a72c989564.tar.gz
scala-6b573ed92f9f160de1b2733d2547e8a72c989564.tar.bz2
scala-6b573ed92f9f160de1b2733d2547e8a72c989564.zip
disabled test for #1196
Diffstat (limited to 'test/files/run/patmatnew.scala')
-rw-r--r--test/files/run/patmatnew.scala3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/files/run/patmatnew.scala b/test/files/run/patmatnew.scala
index 1d4bf37e1a..c55e7821df 100644
--- a/test/files/run/patmatnew.scala
+++ b/test/files/run/patmatnew.scala
@@ -322,7 +322,7 @@ object Test extends TestConsoleMain {
case Foo() => ; // used to give ERROR (unreachable code)
}}}
}
-
+/*
object Feature1196 {
def f(l: List[Int]) { }
@@ -332,6 +332,7 @@ object Test extends TestConsoleMain {
case x @ List(1, _) => f(x) // x needs to get better type List[int] here
}
}
+*/
}