From ed8b4da0db693dc6cc18c73b5fc43faad4801134 Mon Sep 17 00:00:00 2001 From: Damien George Date: Sun, 15 Feb 2015 01:57:39 +0000 Subject: tests: Remove obsolete test; don't use fp in micropython/ tests. --- tests/micropython/native_const.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tests/micropython/native_const.py') 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()) -- cgit v1.2.3