X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fbuild_assert%2Ftest%2Fcompile_fail-expr.c;h=109215b8aa7eab11de86a00b2c174ba9a5cfb721;hp=fa60d6899a7e5b162134af8fd7a0ef1a4e08c7c3;hb=a8b30ad4dcea31c68ca809d2a6e6e4c7c6c30398;hpb=85a33135890965218010b79c89e4d3f4905727e3 diff --git a/ccan/build_assert/test/compile_fail-expr.c b/ccan/build_assert/test/compile_fail-expr.c index fa60d689..109215b8 100644 --- a/ccan/build_assert/test/compile_fail-expr.c +++ b/ccan/build_assert/test/compile_fail-expr.c @@ -3,7 +3,7 @@ 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