summaryrefslogtreecommitdiff
path: root/test/files/pos/t3671.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/pos/t3671.scala')
-rw-r--r--test/files/pos/t3671.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/pos/t3671.scala b/test/files/pos/t3671.scala
index 1ca9327bb7..75559f84e2 100644
--- a/test/files/pos/t3671.scala
+++ b/test/files/pos/t3671.scala
@@ -2,6 +2,6 @@ object Crash {
def crash(value: Int): Unit =
value match {
case java.lang.Integer.MAX_VALUE => println("MAX_VALUE")
- case java.lang.Integer.MIN_VALUE => println("MIN_VALUE")
+ case java.lang.Integer.MIN_VALUE => println("MIN_VALUE")
}
} \ No newline at end of file