diff options
| author | Damien George | 2015-04-22 23:18:28 +0100 |
|---|---|---|
| committer | Damien George | 2015-04-22 23:18:28 +0100 |
| commit | 40d43ea88dfff431dd863146dd2e62ea8c24683e (patch) | |
| tree | fb9000e5d78f4fbaf63d0ea0533c56dbfb4c4a0f /tests/micropython/viper_misc.py.exp | |
| parent | 5e9810396f21698718eb26a3d4125bfeeb2f8859 (diff) | |
tests: Add more tests for viper, including tests for ViperTypeError's.
Diffstat (limited to 'tests/micropython/viper_misc.py.exp')
| -rw-r--r-- | tests/micropython/viper_misc.py.exp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/micropython/viper_misc.py.exp b/tests/micropython/viper_misc.py.exp index a65bd2c52..7859d39e5 100644 --- a/tests/micropython/viper_misc.py.exp +++ b/tests/micropython/viper_misc.py.exp @@ -1,10 +1,14 @@ 6 3 +0 +6 7 20 +True 49994955 1 1 1 3 +(0, 1, False, True) (1, 3) [1, 3] [1, 3] |
