summaryrefslogtreecommitdiff
path: root/test/files/neg/t5903a.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t5903a.check')
-rw-r--r--test/files/neg/t5903a.check5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/files/neg/t5903a.check b/test/files/neg/t5903a.check
index cbdcfd1bdd..2e5cc87167 100644
--- a/test/files/neg/t5903a.check
+++ b/test/files/neg/t5903a.check
@@ -1,7 +1,4 @@
Test_2.scala:4: error: wrong number of patterns for <$anon: AnyRef> offering (SomeTree.type, SomeTree.type): expected 2, found 3
case nq"$x + $y + $z" => println((x, y))
^
-Test_2.scala:4: error: not found: value x
- case nq"$x + $y + $z" => println((x, y))
- ^
-two errors found
+one error found