diff options
author | Zhiting Zhu <zhitingz@cs.utexas.edu> | 2017-08-16 19:43:17 -0500 |
---|---|---|
committer | Zhiting Zhu <zhitingz@cs.utexas.edu> | 2017-08-21 16:14:41 -0500 |
commit | 1990e9109e526d08a30f67f7a7528b8f73814c25 (patch) | |
tree | eafaebab4ca07a424ff539eb69c8c15fcb789a83 /tests/headers/class.hpp | |
parent | 393ac53cdc591e8bfd68e373b6df06c11fc35443 (diff) |
Class related tests for can derive Eq
Diffstat (limited to 'tests/headers/class.hpp')
-rw-r--r-- | tests/headers/class.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/headers/class.hpp b/tests/headers/class.hpp index c8c041dc..ac2da1a4 100644 --- a/tests/headers/class.hpp +++ b/tests/headers/class.hpp @@ -1,4 +1,4 @@ -// bindgen-flags: --with-derive-hash --with-derive-partialeq +// bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq // class C { int a; |