summaryrefslogtreecommitdiff
path: root/test/files/neg/t6920.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t6920.check')
-rw-r--r--test/files/neg/t6920.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t6920.check b/test/files/neg/t6920.check
index 4e33aca3bc..d10abff03c 100644
--- a/test/files/neg/t6920.check
+++ b/test/files/neg/t6920.check
@@ -2,5 +2,5 @@ t6920.scala:9: error: too many arguments (2) for method applyDynamicNamed: (valu
error after rewriting to CompilerError.this.test.applyDynamicNamed("crushTheCompiler")(scala.Tuple2("a", 1), scala.Tuple2("b", 2))
possible cause: maybe a wrong Dynamic method signature?
test.crushTheCompiler(a = 1, b = 2)
- ^
+ ^
one error found