Fixed expected test examples for more verbose error output.

This commit is contained in:
Andreas Bergmeier
2016-05-24 10:15:43 +02:00
parent 16d4394845
commit 2dd215711a
4 changed files with 5 additions and 5 deletions

View File

@@ -29,7 +29,7 @@ kw_func(x=5, y=10)
kw_func(x=5, y=10)
Caught expected exception: Incompatible function arguments. The following argument types are supported:
1. (x : int = 100L, y : int = 200L) -> NoneType
Invoked with:
kw_func4: 13 17
kw_func4: 1 2 3
kw_func(x=1234, y=5678)