From a205b6b06e705711308c9ad3abac74ba66b6266f Mon Sep 17 00:00:00 2001 From: Sean McDirmid Date: Mon, 17 Sep 2007 16:36:10 +0000 Subject: Massive check-in for IDE. --- test/files/neg/bug997.check | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/files/neg/bug997.check') 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)) } ^ -- cgit v1.2.3