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/empty_template_param_name.hpp | |
parent | 3e5b9de1b9eeab0c35d88e14f4cc02ad0c79aa29 (diff) |
Template related tests for derive PartialEq
Diffstat (limited to 'tests/headers/empty_template_param_name.hpp')
-rw-r--r-- | tests/headers/empty_template_param_name.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/headers/empty_template_param_name.hpp b/tests/headers/empty_template_param_name.hpp index ef212d55..11b6221c 100644 --- a/tests/headers/empty_template_param_name.hpp +++ b/tests/headers/empty_template_param_name.hpp @@ -1,4 +1,4 @@ -// bindgen-flags: --with-derive-hash +// bindgen-flags: --with-derive-hash --with-derive-partialeq // bindgen-flags: -- -std=c++11 template<typename...> using __void_t = void; |