aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2014-07-12 01:39:56 +0200
committerDan Fandrich <dan@coneharvesters.com>2014-07-12 01:45:26 +0200
commit45c93dad1d5e6564c14ee51acb3cc3562d1c1fb9 (patch)
treef98936677a87dd75c8254e9f2f8e3e161b156470 /tests
parentefc71583e7b6abb8e3b9bf37b003c6115c39f9d6 (diff)
Fixed some "statement not reached" warnings
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/unit1395.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/unit1395.c b/tests/unit/unit1395.c
index bc3f36d44..6f9fc8c38 100644
--- a/tests/unit/unit1395.c
+++ b/tests/unit/unit1395.c
@@ -79,6 +79,6 @@ UNITTEST_START
free(out);
}
- return fails;
+ fail_if(fails, "output mismatched");
UNITTEST_STOP