Skip to content

Commit caa990a

Browse files
committed
Undo last edit.
1 parent c086fc8 commit caa990a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SampleProjects/TestSomething/test/stdlib.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ unittest(library_tests_itoa)
2626
};
2727

2828
for (int i = 0; i < ARRAY_SIZEOF(table); i++) {
29-
result = itoa(table[i].value, buf, table[i].base).upcase;
29+
result = itoa(table[i].value, buf, table[i].base);
3030
assertEqual(table[i].expected, result);
3131
}
3232

0 commit comments

Comments
 (0)