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.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/neg/bug414.check b/test/files/neg/bug414.check
index dc6f636ff8..9f6717ca9e 100644
--- a/test/files/neg/bug414.check
+++ b/test/files/neg/bug414.check
@@ -1,7 +1,7 @@
-bug414.scala:5 error: stable identifier required, but Empty found.
+bug414.scala:5: error: stable identifier required, but Empty found.
case Empty =>
^
-bug414.scala:7 error: type mismatch;
+bug414.scala:7: error: type mismatch;
found : scala.Unit
required: a
case _ =>