diff options
author | Damien George <damien@micropython.org> | 2025-08-11 14:07:09 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2025-08-15 00:36:27 +1000 |
commit | 3c72c3a1e60cecc6ab05d5a81a1b50f42999f10f (patch) | |
tree | 61679c8c6f5cb6bed26bfa51cece551ea9219d13 /tests/run-tests.py | |
parent | 95d1794afdbef4d0b57af321c0a5d69320dbe9fd (diff) |
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>
Diffstat (limited to 'tests/run-tests.py')
-rwxr-xr-x | tests/run-tests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/run-tests.py b/tests/run-tests.py index d0a9121b4..f8174b2d3 100755 --- a/tests/run-tests.py +++ b/tests/run-tests.py @@ -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", |