summaryrefslogtreecommitdiff
path: root/test/files/neg/t3692-new.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t3692-new.check')
-rw-r--r--test/files/neg/t3692-new.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t3692-new.check b/test/files/neg/t3692-new.check
index 358eaed41e..9b96449930 100644
--- a/test/files/neg/t3692-new.check
+++ b/test/files/neg/t3692-new.check
@@ -9,7 +9,7 @@ t3692-new.scala:16: warning: non-variable type argument Int in type pattern Map[
^
t3692-new.scala:15: warning: unreachable code
case m1: Map[Int, V] => new java.util.HashMap[Integer, V]
- ^
+ ^
t3692-new.scala:4: warning: Tester has a main method with parameter type Array[String], but Tester will not be a runnable program.
Reason: main method must have exact signature (Array[String])Unit
object Tester {