diff options
| author | Jim Mussared <jim.mussared@gmail.com> | 2021-07-19 13:13:32 +1000 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2021-07-19 23:18:59 +1000 |
| commit | 0e3752e82a61b2378547457c4041270db3909c39 (patch) | |
| tree | 3ee8ff684fc8c514911e68b32df874e72ff49d9d /tests/micropython/native_misc.py.exp | |
| parent | d0227d5862ce57ec064563febf5b644cb39d2c07 (diff) | |
py/emitnative: Ensure stack settling is safe mid-branch.
And add a test for the case where REG_RET could be in use.
Fixes #7523.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
Diffstat (limited to 'tests/micropython/native_misc.py.exp')
| -rw-r--r-- | tests/micropython/native_misc.py.exp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/micropython/native_misc.py.exp b/tests/micropython/native_misc.py.exp index b3e1389ef..8eec04228 100644 --- a/tests/micropython/native_misc.py.exp +++ b/tests/micropython/native_misc.py.exp @@ -4,3 +4,5 @@ 6 True False +1 2 3 5 +1 2 3 4 |
