summaryrefslogtreecommitdiff
path: root/test/files/neg/t414.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t414.check')
-rw-r--r--test/files/neg/t414.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t414.check b/test/files/neg/t414.check
index e15dbaea71..30211eef8e 100644
--- a/test/files/neg/t414.check
+++ b/test/files/neg/t414.check
@@ -1,7 +1,7 @@
t414.scala:5: error: pattern type is incompatible with expected type;
found : Empty.type
required: IntMap[a]
-Note: if you intended to match against the class, try `case _: Empty[_]` or `case Empty()`
+Note: if you intended to match against the class, try `case Empty()`
case Empty =>
^
t414.scala:7: error: type mismatch;