Revert 'fix' to test_int64

This commit is contained in:
Dan Hirsch 2012-05-23 01:06:40 +02:00
parent 2dd687ea66
commit 18f98515fd

View file

@ -965,7 +965,7 @@ static void test_range(void) {
static void test_int64(void) {
const parser_t *int64_ = int64();
g_check_parse_ok(int64_, "\xff\xff\xff\xfe\x00\x00\x00\x00", 8, "s0x200000000");
g_check_parse_ok(int64_, "\xff\xff\xff\xfe\x00\x00\x00\x00", 8, "s-0x200000000");
g_check_parse_failed(int64_, "\xff\xff\xff\xfe\x00\x00\x00", 7);
}