From a3fe30740035ef78d1107b6d55d1092b9502873d Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sun, 30 Aug 2015 11:36:42 +0300 Subject: tests: Consolidate all feature check snippets under feature_check/. --- tests/micropython/native_check.py | 4 ---- tests/micropython/native_check.py.exp | 0 2 files changed, 4 deletions(-) delete mode 100644 tests/micropython/native_check.py delete mode 100644 tests/micropython/native_check.py.exp (limited to 'tests/micropython') 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 diff --git a/tests/micropython/native_check.py.exp b/tests/micropython/native_check.py.exp deleted file mode 100644 index e69de29bb..000000000 -- cgit v1.2.3