summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/int_bytes_notimpl.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/basics/int_bytes_notimpl.py')
-rw-r--r--tests/basics/int_bytes_notimpl.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/basics/int_bytes_notimpl.py b/tests/basics/int_bytes_notimpl.py
deleted file mode 100644
index b149f44966..0000000000
--- 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))