circuitpython/tests/misc/print_exception.py.native.exp
Damien George a279c64046 tests: Add .native.exp output files for tests that differ with native.
Signed-off-by: Damien George <damien@micropython.org>
2025-08-15 00:36:27 +10:00

18 lines
184 B
Text

caught
Exception: msg
caught
Exception: fail
finally
caught
Exception: fail
reraise
Exception: fail
caught
Exception: fail
AttributeError: 'function' object has no attribute 'X'