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/use-core.h | |
parent | 5b41c8ea0cc9f046ccafcd9dfdbd1faad579213d (diff) |
Misc tests for derive PartialEq
Diffstat (limited to 'tests/headers/use-core.h')
-rw-r--r-- | tests/headers/use-core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/headers/use-core.h b/tests/headers/use-core.h index b34a71e7..b5fd0515 100644 --- a/tests/headers/use-core.h +++ b/tests/headers/use-core.h @@ -1,4 +1,4 @@ -// bindgen-flags: --use-core --raw-line "extern crate core;" --with-derive-hash +// bindgen-flags: --use-core --raw-line "extern crate core;" --with-derive-hash --with-derive-partialeq struct foo { int a, b; |