diff options
Diffstat (limited to 'tests/micropython/native_check.py')
-rw-r--r-- | tests/micropython/native_check.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/micropython/native_check.py b/tests/micropython/native_check.py deleted file mode 100644 index 3971d1355..000000000 --- a/tests/micropython/native_check.py +++ /dev/null @@ -1,4 +0,0 @@ -# this test for the availability of native emitter -@micropython.native -def f(): - pass |