summaryrefslogtreecommitdiff
path: root/test/files/neg/bug545.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug545.check')
-rw-r--r--test/files/neg/bug545.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/neg/bug545.check b/test/files/neg/bug545.check
index e87cc1a817..c969bcbb40 100644
--- a/test/files/neg/bug545.check
+++ b/test/files/neg/bug545.check
@@ -1,7 +1,7 @@
bug545.scala:4 error: value blah is not a member of Test.this.Foo
- val x = foo.blah match {
+ val x = foo.blah match {
^
bug545.scala:5 error: recursive value x needs type
- case List(x) => x
+ case List(x) => x
^
two errors found