diff options
Diffstat (limited to 'tests/basics/deque_micropython.py.exp')
| -rw-r--r-- | tests/basics/deque_micropython.py.exp | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/basics/deque_micropython.py.exp b/tests/basics/deque_micropython.py.exp new file mode 100644 index 000000000..f1ff7b77a --- /dev/null +++ b/tests/basics/deque_micropython.py.exp @@ -0,0 +1,17 @@ +TypeError +IndexError +IndexError +TypeError +None +1 +2 +3 4 +IndexError('empty',) +IndexError('empty',) +2 +IndexError('full',) +IndexError('full',) +2 +5 6 +0 +IndexError('empty',) |
