diff --git a/test/convert/test_itoa.c b/test/convert/test_itoa.c index 8b1190c..fb273fe 100644 --- a/test/convert/test_itoa.c +++ b/test/convert/test_itoa.c @@ -6,7 +6,7 @@ /* By: rparodi +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/09/04 16:54:42 by rparodi #+# #+# */ -/* Updated: 2025/09/05 15:08:52 by rparodi ### ########.fr */ +/* Updated: 2025/09/05 16:10:48 by rparodi ### ########.fr */ /* */ /* ************************************************************************** */ @@ -19,7 +19,7 @@ int main(void) { - const int integer[] = {0, 42, -42, +-42, -2147483648, 2147483647}; + const int integer[] = {0, 42, -42, + -42, -2147483648, 2147483647}; char result[1024]; size_t i;