summaryrefslogtreecommitdiff
path: root/test/files/neg/bug418.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug418.check')
-rw-r--r--test/files/neg/bug418.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/neg/bug418.check b/test/files/neg/bug418.check
index 598d6666f5..e7580beaf4 100644
--- a/test/files/neg/bug418.check
+++ b/test/files/neg/bug418.check
@@ -1,7 +1,7 @@
-bug418.scala:2 error: not found: value Foo12340771
+bug418.scala:2: error: not found: value Foo12340771
null match { case Foo12340771.Bar(x) => x }
^
-bug418.scala:2 error: not found: value x
+bug418.scala:2: error: not found: value x
null match { case Foo12340771.Bar(x) => x }
^
two errors found