mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
A target may have enough RAM to run the n=433 test but then run out of RAM on the n=432 test. So allow the test to skip on the n=432 case before it prints any output. Signed-off-by: Damien George <damien@micropython.org>