| File | Lines added | Lines deleted |
|---|---|---|
| src/stic.c | 1 | 1 |
| File src/stic.c changed (mode: 100644) (index a5cff30..5438208) | |||
| ... | ... | void stic_test_fixture_end() | |
| 470 | 470 | printf("\n"); | printf("\n"); |
| 471 | 471 | } | } |
| 472 | 472 | ||
| 473 | sprintf(s, "%d run %d failed", nrun, nfailed); | ||
| 473 | sprintf(s, "%d tests run %d checks failed", nrun, nfailed); | ||
| 474 | 474 | ||
| 475 | 475 | stic_header_printer(s, stic_screen_width, ' '); | stic_header_printer(s, stic_screen_width, ' '); |
| 476 | 476 | printf("\n"); | printf("\n"); |