diff options
| author | Damien George | 2014-09-29 21:41:41 +0000 |
|---|---|---|
| committer | Damien George | 2014-09-29 21:41:41 +0000 |
| commit | dfef4249eb289ae53307d61e3bf2d5cc7339748a (patch) | |
| tree | fcb88c82ca754274f1141b0c8d82449bbc9e2e1b /tests/micropython/viper_ptr16_store.py.exp | |
| parent | e9dac3b4d039997f446b6a615d580d284497d59b (diff) | |
py: Fix viper store on x86; add tests for viper ptr16.
Diffstat (limited to 'tests/micropython/viper_ptr16_store.py.exp')
| -rw-r--r-- | tests/micropython/viper_ptr16_store.py.exp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/micropython/viper_ptr16_store.py.exp b/tests/micropython/viper_ptr16_store.py.exp new file mode 100644 index 000000000..639a43f8f --- /dev/null +++ b/tests/micropython/viper_ptr16_store.py.exp @@ -0,0 +1,3 @@ +bytearray(b'\x00\x00\x00\x00') +bytearray(b'BB\x00\x00') +bytearray(b'CCCC') |
