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.exp | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/micropython/native_const_intbig.py.exp (limited to 'tests/micropython/native_const_intbig.py.exp') diff --git a/tests/micropython/native_const_intbig.py.exp b/tests/micropython/native_const_intbig.py.exp new file mode 100644 index 000000000..1d52d220f --- /dev/null +++ b/tests/micropython/native_const_intbig.py.exp @@ -0,0 +1 @@ +123456789012345678901234567890 -- cgit v1.2.3