summaryrefslogtreecommitdiff
path: root/tests/functional/a/arguments.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/a/arguments.txt')
-rw-r--r--tests/functional/a/arguments.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/functional/a/arguments.txt b/tests/functional/a/arguments.txt
index 41f7831f6..70a99e1a2 100644
--- a/tests/functional/a/arguments.txt
+++ b/tests/functional/a/arguments.txt
@@ -37,3 +37,5 @@ unexpected-keyword-arg:203:23:203:56:namedtuple_replace_issue_1036:Unexpected ke
no-value-for-parameter:216:0:216:24::No value for argument 'third' in function call:UNDEFINED
no-value-for-parameter:217:0:217:30::No value for argument 'second' in function call:UNDEFINED
unexpected-keyword-arg:218:0:218:43::Unexpected keyword argument 'fourth' in function call:UNDEFINED
+redundant-keyword-arg:308:0:308:79::Argument 'banana' passed by position and keyword in function call:UNDEFINED
+no-value-for-parameter:318:0:318:16::No value for argument 'param1' in function call:UNDEFINED