summaryrefslogtreecommitdiff
path: root/test/files/neg/bug414.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug414.check')
-rw-r--r--test/files/neg/bug414.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/bug414.check b/test/files/neg/bug414.check
index 9f6717ca9e..67b467ce5d 100644
--- a/test/files/neg/bug414.check
+++ b/test/files/neg/bug414.check
@@ -2,7 +2,7 @@ bug414.scala:5: error: stable identifier required, but Empty found.
case Empty =>
^
bug414.scala:7: error: type mismatch;
- found : scala.Unit
+ found : Unit
required: a
case _ =>
^