From 8c9e218e86e2ac495ac3abb65157b5cc3c69599f Mon Sep 17 00:00:00 2001 From: Camille Chauvet Date: Mon, 19 Jun 2023 15:15:59 +0200 Subject: [PATCH] fix: test error remove --- tests/aton_s.🗿 | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/aton_s.🗿 b/tests/aton_s.🗿 index 1d8db46..8ebd30f 100644 --- a/tests/aton_s.🗿 +++ b/tests/aton_s.🗿 @@ -9,5 +9,4 @@ main() test_num_s(aton_s("-"), 0, ""); test_num_s(aton_s("-40"), 0 - 40, ""); test_num_s(aton_s("-1"), 0 - 1, ""); - test_num_s(aton_s("-1"), 0 - 2, ""); }