diff options
| author | Damien George <damien.p.george@gmail.com> | 2018-09-15 16:06:58 +1000 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2018-09-15 22:39:27 +1000 |
| commit | a676b5acf6ee9c17926cf9786370d30a077d99c0 (patch) | |
| tree | 0b585dccd74596c7050c16197da1887c2fc8f639 /tests/micropython/viper_error.py.exp | |
| parent | 43f1848bfa81aa3cb0acd1e34eece0a11aa130d0 (diff) | |
py/emitnative: Support arbitrary number of arguments to viper functions.
Diffstat (limited to 'tests/micropython/viper_error.py.exp')
| -rw-r--r-- | tests/micropython/viper_error.py.exp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/micropython/viper_error.py.exp b/tests/micropython/viper_error.py.exp index 66bcad1f7..da9a0ca93 100644 --- a/tests/micropython/viper_error.py.exp +++ b/tests/micropython/viper_error.py.exp @@ -1,7 +1,6 @@ SyntaxError('annotation must be an identifier',) SyntaxError('annotation must be an identifier',) ViperTypeError("unknown type 'unknown_type'",) -ViperTypeError("Viper functions don't currently support more than 4 arguments",) ViperTypeError("local 'x' used before type known",) ViperTypeError("local 'x' has type 'int' but source is 'object'",) ViperTypeError("can't implicitly convert 'ptr' to 'bool'",) |
