summaryrefslogtreecommitdiff
path: root/tests/test-bitops.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-bitops.c')
-rw-r--r--tests/test-bitops.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-bitops.c b/tests/test-bitops.c
index 4e713e4e00..8238eb5f6b 100644
--- a/tests/test-bitops.c
+++ b/tests/test-bitops.c
@@ -31,8 +31,8 @@ static const S32Test test_s32_data[] = {
};
static const S64Test test_s64_data[] = {
- { 0x8459826734967223, 60, 4, -8 },
- { 0x8459826734967223, 0, 64, 0x8459826734967223 },
+ { 0x8459826734967223ULL, 60, 4, -8 },
+ { 0x8459826734967223ULL, 0, 64, 0x8459826734967223LL },
};
static void test_sextract32(void)