summaryrefslogtreecommitdiff
path: root/test/files/neg/t876.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t876.check')
-rw-r--r--test/files/neg/t876.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/neg/t876.check b/test/files/neg/t876.check
index 04c5c8f22e..7df2e126a6 100644
--- a/test/files/neg/t876.check
+++ b/test/files/neg/t876.check
@@ -1,4 +1,4 @@
-t876.scala:25: error: too many arguments for method apply: (key: AssertionError.A)manager.B in class HashMap
+t876.scala:25: error: too many arguments (2) for method apply: (key: AssertionError.A)manager.B in class HashMap
assert(manager.map(A2) == List(manager.map(A2, A1)))
- ^
+ ^
one error found