From c98d7461a1c54b11b106ffb630ec079e1ab60993 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Tue, 7 Mar 2017 07:12:14 +0100 Subject: tests/micropython/: Split off intbig tests. --- tests/micropython/native_const_intbig.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/micropython/native_const_intbig.py (limited to 'tests/micropython/native_const_intbig.py') diff --git a/tests/micropython/native_const_intbig.py b/tests/micropython/native_const_intbig.py new file mode 100644 index 000000000..611b39d8f --- /dev/null +++ b/tests/micropython/native_const_intbig.py @@ -0,0 +1,7 @@ +# check loading constants + +@micropython.native +def f(): + return 123456789012345678901234567890 + +print(f()) -- cgit v1.2.3