summaryrefslogtreecommitdiff
path: root/test/files/run/matchintasany.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/matchintasany.scala')
-rw-r--r--test/files/run/matchintasany.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/matchintasany.scala b/test/files/run/matchintasany.scala
index 03f6ca2a84..c6764b31b9 100644
--- a/test/files/run/matchintasany.scala
+++ b/test/files/run/matchintasany.scala
@@ -5,4 +5,4 @@ object Test extends App{
case 1L => println(1);
case _ => println("????");
}
-}
+}