We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c086fc8 commit caa990aCopy full SHA for caa990a
SampleProjects/TestSomething/test/stdlib.cpp
@@ -26,7 +26,7 @@ unittest(library_tests_itoa)
26
};
27
28
for (int i = 0; i < ARRAY_SIZEOF(table); i++) {
29
- result = itoa(table[i].value, buf, table[i].base).upcase;
+ result = itoa(table[i].value, buf, table[i].base);
30
assertEqual(table[i].expected, result);
31
}
32
0 commit comments