diff options
| author | Damien George <damien@micropython.org> | 2023-02-09 15:32:15 +1100 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2023-02-09 16:12:25 +1100 |
| commit | 41ed01f1394ea608bf9d055120d671e2765cd9b7 (patch) | |
| tree | 15337158fd299c36ec21513bae5144dd5947c643 /tests/micropython/viper_misc.py.exp | |
| parent | d99ebb310c1d6cdc87f3fa9a913149d1cd9c474a (diff) | |
tests/micropython: Split viper_misc test into two files.
So it can run on targets with low memory, eg esp8266.
Also enable the viper_4args() sub-test, which is now supported.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'tests/micropython/viper_misc.py.exp')
| -rw-r--r-- | tests/micropython/viper_misc.py.exp | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/tests/micropython/viper_misc.py.exp b/tests/micropython/viper_misc.py.exp index e4462771b..922ceb9fe 100644 --- a/tests/micropython/viper_misc.py.exp +++ b/tests/micropython/viper_misc.py.exp @@ -3,15 +3,6 @@ 0 Ellipsis 6 +10 7 20 -49994955 -1 1 -1 3 -(0, 1, False, True) -(1, 3) -[1, 3] -[1, 3] -OSError(1,) -1 -1 |
