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.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")