summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2018-10-20 20:03:06 +0200
committerStefan Behnel <stefan_ml@behnel.de>2018-10-20 20:03:06 +0200
commit47db0f976afdac2c09420a2ebc903dd6670eb490 (patch)
tree62d5d735fbb47b1c223cf6bd8b1450a6773d6e9b
parent680cf5ba999e853926ca8cedc79e73979328a4c3 (diff)
downloadcython-47db0f976afdac2c09420a2ebc903dd6670eb490.tar.gz
Make buildenv test output more relevant.
-rw-r--r--tests/compile/buildenv.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/compile/buildenv.pyx b/tests/compile/buildenv.pyx
index 6d3653146..722309e5b 100644
--- a/tests/compile/buildenv.pyx
+++ b/tests/compile/buildenv.pyx
@@ -96,7 +96,7 @@ PyLong_MASK {PyLong_MASK:X}
PyLong_SHIFT {PyLong_SHIFT}
sizeof(digit) {sizeof(digit)}
sizeof(sdigit) {sizeof(sdigit)}
-sys.getsize(1, 2**14, 2**15, 2**29, 2**30, 2**63, 2**64) {tuple(sys.getsizeof(n) for n in (1, 2**14, 2**15, 2**29, 2**30, 2**63, 2**64))}
+sys.getsize(1, 2**14, 2**15, 2**29, 2**30, 2**59, 2**60, 2**64) {tuple(sys.getsizeof(n) for n in (1, 2**14, 2**15, 2**29, 2**30, 2**59, 2**60, 2**64))}
SIZEOF_INT {SIZEOF_INT} ({sizeof(int)})
SIZEOF_LONG {SIZEOF_LONG} ({sizeof(long)})