hack some stuff towards running on mac... unrelated bugs still..
[c11tester.git] / common.h
index 656ea3798dde73d08b168fdfe54f5d4c72dcc04d..a950f79194c55d849fe82da5d18e35cef2675464 100644 (file)
--- a/common.h
+++ b/common.h
@@ -23,7 +23,7 @@
 do { \
        if (!(expr)) { \
                fprintf(stderr, "Error: assertion failed in %s at line %d\n", __FILE__, __LINE__); \
-               exit(1); \
+               exit(EXIT_FAILURE); \
        } \
 } while (0);