diff options
Diffstat (limited to 'tests/micropython/viper_args.py')
| -rw-r--r-- | tests/micropython/viper_args.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/micropython/viper_args.py b/tests/micropython/viper_args.py index 8e3225331..27c73fa79 100644 --- a/tests/micropython/viper_args.py +++ b/tests/micropython/viper_args.py @@ -56,6 +56,7 @@ def f6(x1: int, x2: int, x3: int, x4: int, x5: int, x6: int): f6(1, 2, 3, 4, 5, 6) + # test compiling *x, **x, * args (currently unsupported at runtime) @micropython.viper def f(*x, **y): |
