summaryrefslogtreecommitdiff
path: root/runtime/test/test_int64.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/test/test_int64.c')
-rw-r--r--runtime/test/test_int64.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/test/test_int64.c b/runtime/test/test_int64.c
index 2aa2111..ab7a231 100644
--- a/runtime/test/test_int64.c
+++ b/runtime/test/test_int64.c
@@ -181,11 +181,11 @@ static void test1(u64 x, u64 y)
error++, printf("(s64) %a = %lld, expected %lld\n", f, z, (s64) f);
}
-#define NSPECIFIC 8
+#define NSPECIFIC 9
unsigned long long specific[NSPECIFIC] = {
0, 1, -1, 0x7FFFFFFFULL, 0x80000000ULL, 0xFFFFFFFFULL,
- 0x7FFFFFFFFFFFULL, 0x8000000000000000ULL
+ 0x7FFFFFFFFFFFULL, 0x8000000000000000ULL, 0x100000003ULL
};
int main()