]> git.ozlabs.org Git - ccan/blobdiff - build_assert/test/compile_fail-expr.c
Move modules to ccan/ tools to tools/
[ccan] / build_assert / test / compile_fail-expr.c
diff --git a/build_assert/test/compile_fail-expr.c b/build_assert/test/compile_fail-expr.c
deleted file mode 100644 (file)
index 41cdc0f..0000000
+++ /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
-}