From 9593fc545950782ed75f12f53238b07885559b2b Mon Sep 17 00:00:00 2001 From: William Casarin Date: Mon, 9 Jul 2018 22:28:25 -0700 Subject: remove ccan for now --- ccan/compiler/test/run-is_compile_constant.c | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 ccan/compiler/test/run-is_compile_constant.c (limited to 'ccan/compiler/test/run-is_compile_constant.c') diff --git a/ccan/compiler/test/run-is_compile_constant.c b/ccan/compiler/test/run-is_compile_constant.c deleted file mode 100644 index c914c68..0000000 --- a/ccan/compiler/test/run-is_compile_constant.c +++ /dev/null @@ -1,17 +0,0 @@ -#include -#include - -int main(int argc, char *argv[]) -{ - (void)argc; - (void)argv; - plan_tests(2); - - ok1(!IS_COMPILE_CONSTANT(argc)); -#if HAVE_BUILTIN_CONSTANT_P - ok1(IS_COMPILE_CONSTANT(7)); -#else - pass("If !HAVE_BUILTIN_CONSTANT_P, IS_COMPILE_CONSTANT always false"); -#endif - return exit_status(); -} -- cgit v1.2.3