summaryrefslogtreecommitdiff
path: root/test/files/neg/t8035-no-adapted-args.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t8035-no-adapted-args.check')
-rw-r--r--test/files/neg/t8035-no-adapted-args.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t8035-no-adapted-args.check b/test/files/neg/t8035-no-adapted-args.check
index 4b3cb39c76..0115dddc91 100644
--- a/test/files/neg/t8035-no-adapted-args.check
+++ b/test/files/neg/t8035-no-adapted-args.check
@@ -6,7 +6,7 @@ t8035-no-adapted-args.scala:4: warning: No automatic adaptation here: use explic
^
t8035-no-adapted-args.scala:4: error: too many arguments (3) for method f: (x: (Int, Int, Int))Int
f(1, 2, 3)
- ^
+ ^
t8035-no-adapted-args.scala:5: warning: No automatic adaptation here: use explicit parentheses.
signature: Test.f[T](x: T): Int
given arguments: <none>