diff options
Diffstat (limited to 'Lib/test/output/test_extcall')
-rw-r--r-- | Lib/test/output/test_extcall | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/test/output/test_extcall b/Lib/test/output/test_extcall index 323fe7a..63f5b71 100644 --- a/Lib/test/output/test_extcall +++ b/Lib/test/output/test_extcall @@ -38,6 +38,8 @@ dir() got multiple values for keyword argument 'b' 3 512 True 3 3 +5 +5 za () {} -> za() takes exactly 1 positional argument (0 given) za () {'a': 'aa'} -> ok za aa B D E V a za () {'d': 'dd'} -> za() got an unexpected keyword argument 'd' |