We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b313a0c commit ca9bac0Copy full SHA for ca9bac0
misc/force-version.txt
@@ -1 +1 @@
1
-3.7.12-dev:::2024-07-18_10:42:57
+3.7.12-dev:::2024-07-18_12:07:19
src/unit-testing/test_utils-cl.c
@@ -26,8 +26,8 @@ void test_num_decimal_places_NegativeNumbers(void) {
26
27
void test_num_decimal_places_LargeNumbers(void) {
28
TEST_ASSERT_EQUAL_INT(10, num_decimal_places(1234567890));
29
- TEST_ASSERT_EQUAL_INT(11, num_decimal_places(INT_MAX));
30
- TEST_ASSERT_EQUAL_INT(11, num_decimal_places(INT_MIN));
+ TEST_ASSERT_EQUAL_INT(10, num_decimal_places(INT_MAX));
+ TEST_ASSERT_EQUAL_INT(10, num_decimal_places(INT_MIN));
31
}
32
33
int main(void) {
0 commit comments