summaryrefslogtreecommitdiff
path: root/tests/headers/long_double.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/long_double.h')
-rw-r--r--tests/headers/long_double.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/headers/long_double.h b/tests/headers/long_double.h
deleted file mode 100644
index 91c4ed6c..00000000
--- a/tests/headers/long_double.h
+++ /dev/null
@@ -1,5 +0,0 @@
-// bindgen-flags: --rust-target 1.26
-
-struct foo {
- long double bar;
-};