From bf8c59996b3fb2a940827d12438a9e18eca6db4c Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Thu, 5 Oct 2017 13:42:19 -0800 Subject: Update for new superblock options; makefile improvements --- ccan/build_assert/test/compile_fail-expr.c | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 ccan/build_assert/test/compile_fail-expr.c (limited to 'ccan/build_assert/test/compile_fail-expr.c') diff --git a/ccan/build_assert/test/compile_fail-expr.c b/ccan/build_assert/test/compile_fail-expr.c deleted file mode 100644 index 109215b..0000000 --- a/ccan/build_assert/test/compile_fail-expr.c +++ /dev/null @@ -1,10 +0,0 @@ -#include - -int main(int argc, char *argv[]) -{ -#ifdef FAIL - return BUILD_ASSERT_OR_ZERO(1 == 0); -#else - return 0; -#endif -} -- cgit v1.2.3