mirror of
https://github.com/cc65/cc65.git
synced 2025-01-13 09:31:53 +00:00
Clarify sprintf-test's output so it doesn't look like the entire test bench summary
This commit is contained in:
parent
71d64a3c1c
commit
1e6279aee5
@ -564,9 +564,9 @@ int main (void)
|
||||
|
||||
/* Output the result */
|
||||
if (Failures) {
|
||||
printf ("%u tests, %u failures\n", Tests, Failures);
|
||||
printf ("sprintf-test: %u tests, %u failures\n", Tests, Failures);
|
||||
} else {
|
||||
printf ("%u tests: Ok\n", Tests);
|
||||
printf ("sprintf-test: %u tests: Ok\n", Tests);
|
||||
}
|
||||
|
||||
/* Wait for a key so we can read the result */
|
||||
|
Loading…
x
Reference in New Issue
Block a user