summaryrefslogtreecommitdiff
path: root/test/files/run/infix.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/infix.scala')
-rw-r--r--test/files/run/infix.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/files/run/infix.scala b/test/files/run/infix.scala
index 700e4347ac..a867d03ce8 100644
--- a/test/files/run/infix.scala
+++ b/test/files/run/infix.scala
@@ -9,4 +9,3 @@ object Test extends App {
case null op (0, 0) op (1, 1) op (2, 2) => Console.println("OK")
}
}
-