summaryrefslogtreecommitdiff
path: root/test/files
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2004-01-13 12:09:45 +0000
committerpaltherr <paltherr@epfl.ch>2004-01-13 12:09:45 +0000
commitf7e5579e4f92bec0ade2fe46c0d64a29d90ff377 (patch)
tree79770129d96258976ae4810472cfcb87cc2cb1c6 /test/files
parent2209925d31446c84fe4cec6cec0bd78859070682 (diff)
downloadscala-f7e5579e4f92bec0ade2fe46c0d64a29d90ff377.tar.gz
scala-f7e5579e4f92bec0ade2fe46c0d64a29d90ff377.tar.bz2
scala-f7e5579e4f92bec0ade2fe46c0d64a29d90ff377.zip
- Replaced Executable by Application
Diffstat (limited to 'test/files')
-rw-r--r--test/files/run/regularpatmat.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/regularpatmat.scala b/test/files/run/regularpatmat.scala
index c7ba9db2cf..2412c1786b 100644
--- a/test/files/run/regularpatmat.scala
+++ b/test/files/run/regularpatmat.scala
@@ -7,7 +7,7 @@ import java.lang.System; // to avoid name clash with .NET's library
// analyzer related (no execution)
object bug179 {
case class One();
- object Foo with Executable {
+ object Foo with Application {
def test(xs: List[Any]) = xs match {
case List(((((One(), One())*) | (One(), One())), One())) =>
Console.println("case")