diff options
| author | Nick Wellnhofer <wellnhofer@aevum.de> | 2014-11-19 18:11:37 +0100 |
|---|---|---|
| committer | Nick Wellnhofer <wellnhofer@aevum.de> | 2014-11-19 18:11:37 +0100 |
| commit | 5e06c76057e87474967a1b55677c71dd89694cf2 (patch) | |
| tree | 821dfbc43b6f910d158312af08ade5f81db21413 /api_test | |
| parent | ce4b717d6a05d707ea19eee68a74dd3621de3513 (diff) | |
Fix api_test summary
Diffstat (limited to 'api_test')
| -rw-r--r-- | api_test/harness.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api_test/harness.c b/api_test/harness.c index 6b38d41..e8f320c 100644 --- a/api_test/harness.c +++ b/api_test/harness.c @@ -90,7 +90,7 @@ test_print_summary(test_batch_runner *runner) int num_failed = runner->num_failed; fprintf(stderr, "%d tests passed, %d failed, %d skipped\n", - num_passed, num_skipped, num_failed); + num_passed, num_failed, num_skipped); if (test_ok(runner)) { fprintf(stderr, "PASS\n"); |
