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