summaryrefslogtreecommitdiffstats
path: root/op-flasher/pflash/ccan/check_type/test/compile_fail-check_type_unsigned.c
diff options
context:
space:
mode:
Diffstat (limited to 'op-flasher/pflash/ccan/check_type/test/compile_fail-check_type_unsigned.c')
-rw-r--r--op-flasher/pflash/ccan/check_type/test/compile_fail-check_type_unsigned.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/op-flasher/pflash/ccan/check_type/test/compile_fail-check_type_unsigned.c b/op-flasher/pflash/ccan/check_type/test/compile_fail-check_type_unsigned.c
deleted file mode 100644
index 8c0227a..0000000
--- a/op-flasher/pflash/ccan/check_type/test/compile_fail-check_type_unsigned.c
+++ /dev/null
@@ -1,14 +0,0 @@
-#include <ccan/check_type/check_type.h>
-
-int main(int argc, char *argv[])
-{
-#ifdef FAIL
-#if HAVE_TYPEOF
- check_type(argc, unsigned int);
-#else
- /* This doesn't work without typeof, so just fail */
-#error "Fail without typeof"
-#endif
-#endif
- return 0;
-}
OpenPOWER on IntegriCloud