diff options
| author | Damien George | 2014-08-16 22:06:11 +0100 |
|---|---|---|
| committer | Damien George | 2014-08-16 22:06:11 +0100 |
| commit | 86de21b810693bccdd88d53aacb6d8acf26f09e0 (patch) | |
| tree | ce8ebcf1ac02ccffa15a235fee4d82272b149c48 /tests/micropython/viper.py.exp | |
| parent | 339bdccc58543aea25fd6f4ba1f831062f21c0cc (diff) | |
py: Viper can call functions with native types, and raise exceptions.
Diffstat (limited to 'tests/micropython/viper.py.exp')
| -rw-r--r-- | tests/micropython/viper.py.exp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/micropython/viper.py.exp b/tests/micropython/viper.py.exp index 4c308316b..28214aa17 100644 --- a/tests/micropython/viper.py.exp +++ b/tests/micropython/viper.py.exp @@ -4,3 +4,8 @@ 20 49994955 1 1 +1 3 +(1, 3) +[1, 3] +[1, 3] +SystemError(1,) |
