summaryrefslogtreecommitdiff
path: root/tests/headers/default-macro-constant-type-unsigned.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/default-macro-constant-type-unsigned.h')
-rw-r--r--tests/headers/default-macro-constant-type-unsigned.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/headers/default-macro-constant-type-unsigned.h b/tests/headers/default-macro-constant-type-unsigned.h
deleted file mode 100644
index 1078e852..00000000
--- a/tests/headers/default-macro-constant-type-unsigned.h
+++ /dev/null
@@ -1,3 +0,0 @@
-// bindgen-flags: --default-macro-constant-type unsigned
-// Negative values are i32 or i64; others are u32 or u64.
-#include "default-macro-constant-type.h"