forked from starnakin/IronGOLEM
fix: test error remove
This commit is contained in:
parent
57e78cb70a
commit
8c9e218e86
@ -9,5 +9,4 @@ main()
|
|||||||
test_num_s(aton_s("-"), 0, "");
|
test_num_s(aton_s("-"), 0, "");
|
||||||
test_num_s(aton_s("-40"), 0 - 40, "");
|
test_num_s(aton_s("-40"), 0 - 40, "");
|
||||||
test_num_s(aton_s("-1"), 0 - 1, "");
|
test_num_s(aton_s("-1"), 0 - 1, "");
|
||||||
test_num_s(aton_s("-1"), 0 - 2, "");
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user