diff options
author | Emil Gardström <emil.gardstrom@gmail.com> | 2022-02-25 21:39:34 +0100 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2022-03-15 03:58:40 +0100 |
commit | 4a5ae0884da76d6d8538a6cc607e5dba144842db (patch) | |
tree | e3cb613f94525f4f14a3e475a0d2d857e113e98b /tests/headers/derive-custom.h | |
parent | d90a41ad24a813dc701ff6ee9bcd8a0b0fcb9fe0 (diff) |
disable layout tests for `derive-custom` and `convert-cpp-comment-to-rust` test
Diffstat (limited to 'tests/headers/derive-custom.h')
-rw-r--r-- | tests/headers/derive-custom.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |