summaryrefslogtreecommitdiff
path: root/test/files/neg/t4928.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t4928.check')
-rw-r--r--test/files/neg/t4928.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t4928.check b/test/files/neg/t4928.check
index 06d4f22522..18a5d57a62 100644
--- a/test/files/neg/t4928.check
+++ b/test/files/neg/t4928.check
@@ -1,5 +1,5 @@
t4928.scala:3: error: parameter 'a' is already specified at parameter position 1
-Note that that 'z' is not a parameter name of the invoked method.
+Note that 'z' is not a parameter name of the invoked method.
f(z = 0, a = 1)
^
one error found