From 3b09dca046634e5ff6cdf97a77bbeab922f7ba2d Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sat, 21 Jan 2017 20:15:31 +0300 Subject: tests: Add test for int.from_bytes() for arbitrary-precision integer. This test works only for MICROPY_LONGINT_IMPL == MICROPY_LONGINT_IMPL_MPZ and needs a way of skipping in other cases. --- tests/basics/int_bytes_notimpl.py.exp | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/basics/int_bytes_notimpl.py.exp') diff --git a/tests/basics/int_bytes_notimpl.py.exp b/tests/basics/int_bytes_notimpl.py.exp index d1bf338eb..606649a69 100644 --- a/tests/basics/int_bytes_notimpl.py.exp +++ b/tests/basics/int_bytes_notimpl.py.exp @@ -1,2 +1 @@ - -- cgit v1.2.3