diff options
author | Zhiting Zhu <zzhu@mozilla.com> | 2017-08-04 15:54:53 -0700 |
---|---|---|
committer | Zhiting Zhu <zzhu@mozilla.com> | 2017-08-09 15:19:00 -0700 |
commit | df820a20ca904268033a04506b8c96b416ad90ba (patch) | |
tree | 4cc435d1b7066cd661a39df2d4da2681337c7f04 /tests/headers/template_alias_namespace.hpp | |
parent | e358a00e88e5d69608dd0c4967a4e2e0c78f323f (diff) |
Template related tests for derive Hash
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 bd637166..b24e4bd3 100644 --- a/tests/headers/template_alias_namespace.hpp +++ b/tests/headers/template_alias_namespace.hpp @@ -1,4 +1,4 @@ -// bindgen-flags: --enable-cxx-namespaces -- -std=c++14 +// bindgen-flags: --with-derive-hash --enable-cxx-namespaces -- -std=c++14 namespace JS { namespace detail { |