aboutsummaryrefslogtreecommitdiff
path: root/test_runner.c
diff options
context:
space:
mode:
Diffstat (limited to 'test_runner.c')
-rw-r--r--test_runner.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_runner.c b/test_runner.c
index 9d3ad65..7887118 100644
--- a/test_runner.c
+++ b/test_runner.c
@@ -17,5 +17,5 @@ int main(void)
UnitySetTestFile(tests[i].file);
UnityDefaultTestRun(tests[i].fn, tests[i].name, tests[i].line);
}
- UNITY_END();
+ return UNITY_END();
}