]> git.ozlabs.org Git - ccan/blobdiff - build_assert/test/compile_fail.c
Move modules to ccan/ tools to tools/
[ccan] / build_assert / test / compile_fail.c
diff --git a/build_assert/test/compile_fail.c b/build_assert/test/compile_fail.c
deleted file mode 100644 (file)
index a6867db..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#include "build_assert/build_assert.h"
-
-int main(int argc, char *argv[])
-{
-#ifdef FAIL
-       BUILD_ASSERT(1 == 0);
-#endif
-       return 0;
-}