aboutsummaryrefslogtreecommitdiff
path: root/tests/micropython/viper.py.exp
diff options
context:
space:
mode:
authorDamien George2014-08-16 22:06:11 +0100
committerDamien George2014-08-16 22:06:11 +0100
commit86de21b810693bccdd88d53aacb6d8acf26f09e0 (patch)
treece8ebcf1ac02ccffa15a235fee4d82272b149c48 /tests/micropython/viper.py.exp
parent339bdccc58543aea25fd6f4ba1f831062f21c0cc (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.exp5
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,)