summaryrefslogtreecommitdiff
path: root/test/files/neg/eta-expand-star.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/eta-expand-star.check')
-rw-r--r--test/files/neg/eta-expand-star.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/neg/eta-expand-star.check b/test/files/neg/eta-expand-star.check
index 6765d504fc..eba1721014 100644
--- a/test/files/neg/eta-expand-star.check
+++ b/test/files/neg/eta-expand-star.check
@@ -1,4 +1,4 @@
-eta-expand-star.scala:6: error: too many arguments for method apply: (v1: Seq[T])Unit in trait Function1
+eta-expand-star.scala:6: error: too many arguments (2) for method apply: (v1: Seq[T])Unit in trait Function1
g(1, 2)
- ^
+ ^
one error found