summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorburaq <buraq@epfl.ch>2005-02-18 18:51:00 +0000
committerburaq <buraq@epfl.ch>2005-02-18 18:51:00 +0000
commitb81c202d9dfbf99c4baaa76cdd302ed69ff6b640 (patch)
treee5ce8545e711b280c9fe5a2ed15c9c25db609cad /test
parenta8a9dfda0975c426e621bdc195a59dd5165d0f31 (diff)
downloadscala-b81c202d9dfbf99c4baaa76cdd302ed69ff6b640.tar.gz
scala-b81c202d9dfbf99c4baaa76cdd302ed69ff6b640.tar.bz2
scala-b81c202d9dfbf99c4baaa76cdd302ed69ff6b640.zip
argh
Diffstat (limited to 'test')
-rw-r--r--test/files/run/regularpatmat.check1
-rw-r--r--test/files/run/regularpatmat.scala5
2 files changed, 4 insertions, 2 deletions
diff --git a/test/files/run/regularpatmat.check b/test/files/run/regularpatmat.check
index ad48fcaf98..cc902ea473 100644
--- a/test/files/run/regularpatmat.check
+++ b/test/files/run/regularpatmat.check
@@ -118,4 +118,3 @@ passed ok
passed ok
passed ok
passed ok
-testBugSequenceApply hello hello \ No newline at end of file
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 {
});
}
}
+*/