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/compiler/test/run-is_compile_constant.c | 15 --------------- 1 file changed, 15 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 a66f2e13..00000000 --- a/ccan/compiler/test/run-is_compile_constant.c +++ /dev/null @@ -1,15 +0,0 @@ -#include -#include - -int main(int argc, char *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