]> git.ozlabs.org Git - ccan/blobdiff - check_type/test/run.c
Fix talloc's use of PRINTF_ATTRIBUTE clash.
[ccan] / check_type / test / run.c
index acfe31e5521993e751fba6dd694edb76498916fb..1bc037e31ac03222ed84dc913b33469b02a16b5b 100644 (file)
@@ -1,5 +1,5 @@
 #include "check_type/check_type.h"
-#include "tap/tap.h"
+#include "tap.h"
 
 int main(int argc, char *argv[])
 {
@@ -18,5 +18,5 @@ int main(int argc, char *argv[])
        ok1(check_types_match(x++, y++) == 0);
        ok(x == 0 && y == 0, "check_types_match does not evaluate expressions");
 
-       return 0;
+       return exit_status();
 }