From b9785280a7138a2bb52060faf94807aa0d07dec1 Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Wed, 24 Aug 2011 17:11:55 +0000 Subject: Renamed tests named bugXXX to tXXX, no review. --- test/files/neg/t997.check | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 test/files/neg/t997.check (limited to 'test/files/neg/t997.check') diff --git a/test/files/neg/t997.check b/test/files/neg/t997.check new file mode 100644 index 0000000000..c9fe0de756 --- /dev/null +++ b/test/files/neg/t997.check @@ -0,0 +1,13 @@ +t997.scala:7: error: wrong number of arguments for object Foo +"x" match { case Foo(a) => Console.println(a) } + ^ +t997.scala:7: error: not found: value a +"x" match { case Foo(a) => Console.println(a) } + ^ +t997.scala:13: error: wrong number of arguments for object Foo +"x" match { case Foo(a, b, c) => Console.println((a,b,c)) } + ^ +t997.scala:13: error: not found: value a +"x" match { case Foo(a, b, c) => Console.println((a,b,c)) } + ^ +four errors found -- cgit v1.2.3