circuitpython/tests/micropython/opt_level_lineno.py.exp
Damien George 3c72c3a1e6 tests/micropython/opt_level_lineno.py: Force test func to use bytecode.
So that the test can run the same on all targets when used with the native
emitter.

Signed-off-by: Damien George <damien@micropython.org>
2025-08-15 00:36:27 +10:00

3 lines
103 B
Text

Traceback (most recent call last):
File "<string>", line 1, in f
NameError: name 'xyz' isn't defined