From e0eb9a9348644ad8469d31fc6c9cc2ec3258db1f Mon Sep 17 00:00:00 2001 From: roland Date: Fri, 7 Aug 1992 20:45:06 +0000 Subject: [PATCH] Formerly ../stdlib/tst-strtol.c.~3~ --- stdlib/tst-strtol.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stdlib/tst-strtol.c b/stdlib/tst-strtol.c index b20a33d72e..5fdb4696d2 100644 --- a/stdlib/tst-strtol.c +++ b/stdlib/tst-strtol.c @@ -25,8 +25,8 @@ static CONST struct ltest tests[] = "2147483648", 2147483647, 0, 0, ERANGE, "214748364888", 2147483647, 0, 0, ERANGE, "2147483650", 2147483647, 0, 0, ERANGE, - "-2147486349", -2147483648, 0, 0, ERANGE, - "-2147486348", -2147483648, 0, 0, 0, + "-2147483649", -2147483648, 0, 0, ERANGE, + "-2147483648", -2147483648, 0, 0, 0, "0123", 0123, 0, 0, 0, "0x1122334455z", 2147483647, 16, 'z', ERANGE, "0x0xc", 0, 0, 'x', 0, -- 2.11.0