mirror of
https://github.com/micropython/micropython.git
synced 2025-07-21 13:01:10 +02: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>