diff options
author | Zhiting Zhu <zzhu@mozilla.com> | 2017-08-11 11:35:30 -0700 |
---|---|---|
committer | Zhiting Zhu <zzhu@mozilla.com> | 2017-08-14 10:19:14 -0700 |
commit | 238499b52825e1397c8ab47cfe0dba39cf0745bd (patch) | |
tree | da4a30aac3c9e9e0f44648e8c0614e9938b254a3 /tests/headers/typeref.hpp | |
parent | 5b41c8ea0cc9f046ccafcd9dfdbd1faad579213d (diff) |
Misc tests for derive PartialEq
Diffstat (limited to 'tests/headers/typeref.hpp')
-rw-r--r-- | tests/headers/typeref.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/headers/typeref.hpp b/tests/headers/typeref.hpp index ff1d788e..d0710bfb 100644 --- a/tests/headers/typeref.hpp +++ b/tests/headers/typeref.hpp @@ -1,5 +1,4 @@ -// bindgen-flags: --with-derive-hash - +// bindgen-flags: --with-derive-hash --with-derive-partialeq struct nsFoo; namespace mozilla { |