Skip to content

Commit

Permalink
Fix label in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed May 4, 2021
1 parent 054ad82 commit ec9e250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/capi/examples/fixeddecimal/test.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ int main() {
printf("Failed to write result of FixedDecimalFormat::format to string.\n");
return 1;
}
printf("Output x100 is %s\n", output);
printf("Output x100 and negated is %s\n", output);

expected = u8"-১০,০০,০০,৭০০";
if (strcmp(output, expected) != 0) {
Expand Down

0 comments on commit ec9e250

Please sign in to comment.