summaryrefslogtreecommitdiff
path: root/tests/micropython/native_const.py
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2015-02-15 01:57:39 +0000
committerDamien George <damien.p.george@gmail.com>2015-02-15 01:57:39 +0000
commited8b4da0db693dc6cc18c73b5fc43faad4801134 (patch)
treef170685b97a4b7e77b3bc9d00c1c17bcfc6e59a2 /tests/micropython/native_const.py
parentf6532bb9e054fd20af5063b1e77ef98863f36c84 (diff)
tests: Remove obsolete test; don't use fp in micropython/ tests.
Diffstat (limited to 'tests/micropython/native_const.py')
-rw-r--r--tests/micropython/native_const.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/micropython/native_const.py b/tests/micropython/native_const.py
index f2db82ca4..611b39d8f 100644
--- a/tests/micropython/native_const.py
+++ b/tests/micropython/native_const.py
@@ -5,9 +5,3 @@ def f():
return 123456789012345678901234567890
print(f())
-
-@micropython.native
-def g():
- return 1.2
-
-print(g())