diff options
Diffstat (limited to 'tests/micropython/native_with.py')
-rw-r--r-- | tests/micropython/native_with.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/micropython/native_with.py b/tests/micropython/native_with.py index 4e20b2385..9c0b98af9 100644 --- a/tests/micropython/native_with.py +++ b/tests/micropython/native_with.py @@ -21,6 +21,7 @@ def f(): f() + # nested with and try-except @micropython.native def f(): |