From 86de21b810693bccdd88d53aacb6d8acf26f09e0 Mon Sep 17 00:00:00 2001 From: Damien George Date: Sat, 16 Aug 2014 22:06:11 +0100 Subject: py: Viper can call functions with native types, and raise exceptions. --- tests/micropython/viper.py.exp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/micropython/viper.py.exp') 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,) -- cgit v1.2.3