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/template_alias_namespace.hpp | |
parent | 3e5b9de1b9eeab0c35d88e14f4cc02ad0c79aa29 (diff) |
Template related tests for derive PartialEq
Diffstat (limited to 'tests/headers/template_alias_namespace.hpp')
-rw-r--r-- | tests/headers/template_alias_namespace.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/headers/template_alias_namespace.hpp b/tests/headers/template_alias_namespace.hpp index b24e4bd3..fafa6f27 100644 --- a/tests/headers/template_alias_namespace.hpp +++ b/tests/headers/template_alias_namespace.hpp @@ -1,4 +1,4 @@ -// bindgen-flags: --with-derive-hash --enable-cxx-namespaces -- -std=c++14 +// bindgen-flags: --with-derive-hash --with-derive-partialeq --enable-cxx-namespaces -- -std=c++14 namespace JS { namespace detail { |