]> git.ozlabs.org Git - ccan/blobdiff - ccan/build_assert/test/compile_fail-expr.c
tdb2: overallocate the recovery area.
[ccan] / ccan / build_assert / test / compile_fail-expr.c
index 41cdc0f844e1ad1f5c3bc40689461e78dd2f3ed6..109215b8aa7eab11de86a00b2c174ba9a5cfb721 100644 (file)
@@ -1,9 +1,9 @@
-#include "build_assert/build_assert.h"
+#include <ccan/build_assert/build_assert.h>
 
 int main(int argc, char *argv[])
 {
 #ifdef FAIL
-       return EXPR_BUILD_ASSERT(1 == 0);
+       return BUILD_ASSERT_OR_ZERO(1 == 0);
 #else
        return 0;
 #endif