mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 19:50:30 +01:00
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>
This commit is contained in:
@@ -131,7 +131,6 @@ emitter_tests_to_skip = {
|
||||
"misc/print_exception.py",
|
||||
"micropython/emg_exc.py",
|
||||
"micropython/heapalloc_traceback.py",
|
||||
"micropython/opt_level_lineno.py",
|
||||
"thread/thread_exc2.py",
|
||||
# These require stack-allocated slice optimisation.
|
||||
"micropython/heapalloc_slice.py",
|
||||
|
||||
Reference in New Issue
Block a user