summaryrefslogtreecommitdiff
path: root/tests/headers
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers')
-rw-r--r--tests/headers/convert-cpp-comment-to-rust.hpp2
-rw-r--r--tests/headers/derive-custom.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/headers/convert-cpp-comment-to-rust.hpp b/tests/headers/convert-cpp-comment-to-rust.hpp
index 649c2365..f5bbbf58 100644
--- a/tests/headers/convert-cpp-comment-to-rust.hpp
+++ b/tests/headers/convert-cpp-comment-to-rust.hpp
@@ -1,4 +1,4 @@
-
+// bindgen-flags: --no-layout-tests
typedef unsigned mbedtls_mpi_uint;
/**
diff --git a/tests/headers/derive-custom.h b/tests/headers/derive-custom.h
index 83f2ce08..8c57278c 100644
--- a/tests/headers/derive-custom.h
+++ b/tests/headers/derive-custom.h
@@ -1,4 +1,4 @@
-// bindgen-flags: --no-derive-debug --no-derive-copy --default-enum-style rust
+// bindgen-flags: --no-derive-debug --no-derive-copy --default-enum-style rust --no-layout-tests
/** <div rustbindgen derive="Debug"></div> */
struct my_type;