summaryrefslogtreecommitdiff
path: root/test/files/run/regularpatmat.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/regularpatmat.scala')
-rw-r--r--test/files/run/regularpatmat.scala5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/files/run/regularpatmat.scala b/test/files/run/regularpatmat.scala
index 8d4bb00b6e..394b1931eb 100644
--- a/test/files/run/regularpatmat.scala
+++ b/test/files/run/regularpatmat.scala
@@ -20,7 +20,7 @@ object Test {
testBO.main( args );
testMZ.main;
//testNN.main;
- testBugSequenceApply.main;
+ //testBugSequenceApply.main;
}
}
@@ -719,6 +719,8 @@ object testNO { // this does not need to be run, only compiled
/** see comments in scala.tools.scalac.transformer.matching.PatternMatcher::isSeqApply 2005-02-17
*/
+
+/*
object testBugSequenceApply {
val x = List(1,2,3);
@@ -742,3 +744,4 @@ object testBugSequenceApply {
});
}
}
+*/