From 8c5632a869f10445dc5091c39ec73ca49cf83454 Mon Sep 17 00:00:00 2001 From: Damien George Date: Thu, 15 Jun 2017 13:56:21 +1000 Subject: py/objint: Support "big" byte-order in int.to_bytes(). --- tests/basics/int_bytes_notimpl.py | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 tests/basics/int_bytes_notimpl.py (limited to 'tests/basics/int_bytes_notimpl.py') diff --git a/tests/basics/int_bytes_notimpl.py b/tests/basics/int_bytes_notimpl.py deleted file mode 100644 index b149f4496..000000000 --- a/tests/basics/int_bytes_notimpl.py +++ /dev/null @@ -1,4 +0,0 @@ -try: - print((10).to_bytes(1, "big")) -except Exception as e: - print(type(e)) -- cgit v1.2.3