summaryrefslogtreecommitdiff
path: root/test/files/neg/bug997.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/bug997.check')
-rw-r--r--test/files/neg/bug997.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/neg/bug997.check b/test/files/neg/bug997.check
index 44e383228d..e3c86c96a4 100644
--- a/test/files/neg/bug997.check
+++ b/test/files/neg/bug997.check
@@ -1,12 +1,12 @@
bug997.scala:7: error: wrong number of arguments for object Foo
"x" match { case Foo(a) => Console.println(a) }
- ^
+ ^
bug997.scala:7: error: not found: value a
"x" match { case Foo(a) => Console.println(a) }
^
bug997.scala:13: error: wrong number of arguments for object Foo
"x" match { case Foo(a, b, c) => Console.println((a,b,c)) }
- ^
+ ^
bug997.scala:13: error: not found: value a
"x" match { case Foo(a, b, c) => Console.println((a,b,c)) }
^