Fixed some "statement not reached" warnings
[platform/upstream/curl.git] / tests / unit / unit1395.c
index bc3f36d..6f9fc8c 100644 (file)
@@ -79,6 +79,6 @@ UNITTEST_START
     free(out);
   }
 
-  return fails;
+  fail_if(fails, "output mismatched");
 
 UNITTEST_STOP