diff options
author | Zhiting Zhu <zzhu@mozilla.com> | 2017-08-11 11:20:23 -0700 |
---|---|---|
committer | Zhiting Zhu <zzhu@mozilla.com> | 2017-08-14 10:19:14 -0700 |
commit | 93e7ccdd9a978e4b05fc171bfe0ff8952aa0b406 (patch) | |
tree | c94e9bf59104c2892d60317bfad54800d4254a1e /tests/headers/anonymous-template-types.hpp | |
parent | 3e5b9de1b9eeab0c35d88e14f4cc02ad0c79aa29 (diff) |
Template related tests for derive PartialEq
Diffstat (limited to 'tests/headers/anonymous-template-types.hpp')
-rw-r--r-- | tests/headers/anonymous-template-types.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/headers/anonymous-template-types.hpp b/tests/headers/anonymous-template-types.hpp index 34924fc9..883f60f5 100644 --- a/tests/headers/anonymous-template-types.hpp +++ b/tests/headers/anonymous-template-types.hpp @@ -1,4 +1,4 @@ -// bindgen-flags: --with-derive-hash -- -std=c++14 +// bindgen-flags: --with-derive-hash --with-derive-partialeq -- -std=c++14 template <typename T, typename> struct Foo { |