diff options
| author | Damien George | 2019-05-03 23:18:30 +1000 |
|---|---|---|
| committer | Damien George | 2019-05-03 23:18:30 +1000 |
| commit | 5ea38e4d7485aca5ce4e74bff1785c0d8e41fa1c (patch) | |
| tree | 068a6d455b9461e2839806ae860cbca7895c3153 /tests/micropython/viper_types.py.exp | |
| parent | 9a6f6fd68d2563e0115b11c01c322aaa14a107bb (diff) | |
py/native: Improve support for bool type in viper functions.
Variables with type bool now act more like an int, and there is proper
casting to/from Python objects.
Diffstat (limited to 'tests/micropython/viper_types.py.exp')
| -rw-r--r-- | tests/micropython/viper_types.py.exp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/micropython/viper_types.py.exp b/tests/micropython/viper_types.py.exp new file mode 100644 index 000000000..b7bef156e --- /dev/null +++ b/tests/micropython/viper_types.py.exp @@ -0,0 +1,8 @@ +False +True +False +True +False +True +False +True |
