X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=build_assert%2Ftest%2Fcompile_fail-expr.c;fp=build_assert%2Ftest%2Fcompile_fail-expr.c;h=0000000000000000000000000000000000000000;hb=650c775ff00cccd03fc84e7789a03c51d9839004;hp=41cdc0f844e1ad1f5c3bc40689461e78dd2f3ed6;hpb=c8acddea39d222312102952e91c32cfe4dd2cea0;p=ccan diff --git a/build_assert/test/compile_fail-expr.c b/build_assert/test/compile_fail-expr.c deleted file mode 100644 index 41cdc0f8..00000000 --- a/build_assert/test/compile_fail-expr.c +++ /dev/null @@ -1,10 +0,0 @@ -#include "build_assert/build_assert.h" - -int main(int argc, char *argv[]) -{ -#ifdef FAIL - return EXPR_BUILD_ASSERT(1 == 0); -#else - return 0; -#endif -}