diff options
Diffstat (limited to 'tests/headers/class_static_const.hpp')
-rw-r--r-- | tests/headers/class_static_const.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/headers/class_static_const.hpp b/tests/headers/class_static_const.hpp index 7742c782..3e320edc 100644 --- a/tests/headers/class_static_const.hpp +++ b/tests/headers/class_static_const.hpp @@ -1,4 +1,4 @@ -// bindgen-flags: --with-derive-hash --with-derive-partialeq +// bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq using int32_t = int; typedef unsigned int uint32_t; |