diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-08-30 11:36:42 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-08-30 11:36:42 +0300 |
commit | a3fe30740035ef78d1107b6d55d1092b9502873d (patch) | |
tree | 9cbe5132df48a68697b2fb143ca6c806fa6248a1 /tests/micropython/native_check.py | |
parent | 1a1b48e51a49bfcd2e16ed5d764567bb2e5aa753 (diff) |
tests: Consolidate all feature check snippets under feature_check/.
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 |