diff options
Diffstat (limited to 'tests/headers/class_with_dtor.hpp')
-rw-r--r-- | tests/headers/class_with_dtor.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/headers/class_with_dtor.hpp b/tests/headers/class_with_dtor.hpp index 42374c47..f52858a7 100644 --- a/tests/headers/class_with_dtor.hpp +++ b/tests/headers/class_with_dtor.hpp @@ -1,4 +1,4 @@ -// bindgen-flags: --with-derive-hash --with-derive-partialeq +// bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq template <typename T> |