diff options
| author | Robert Bradshaw <robertwb@gmail.com> | 2012-09-28 22:56:22 -0700 |
|---|---|---|
| committer | Robert Bradshaw <robertwb@gmail.com> | 2012-10-24 22:49:44 -0700 |
| commit | e8bb8ff0b5ea28e8d26f76a573dcf1aeadb1409d (patch) | |
| tree | 71e90d9a72dbfbf58246d75a452d8ce54d7a4f4e /tests/run/overflow_check_ulonglong.pyx | |
| parent | 4d77dd8ffa349400a2ec16dd7a290360ff2f5a90 (diff) | |
| download | cython-e8bb8ff0b5ea28e8d26f76a573dcf1aeadb1409d.tar.gz | |
Overflow check tests.
Diffstat (limited to 'tests/run/overflow_check_ulonglong.pyx')
| -rw-r--r-- | tests/run/overflow_check_ulonglong.pyx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/run/overflow_check_ulonglong.pyx b/tests/run/overflow_check_ulonglong.pyx new file mode 100644 index 000000000..a4d11d788 --- /dev/null +++ b/tests/run/overflow_check_ulonglong.pyx @@ -0,0 +1,3 @@ +ctypedef unsigned long long INT + +include "overflow_check.pxi" |
