summaryrefslogtreecommitdiff
path: root/tests/headers/use-core.h
diff options
context:
space:
mode:
authorZhiting Zhu <zzhu@mozilla.com>2017-08-04 17:54:55 -0700
committerZhiting Zhu <zzhu@mozilla.com>2017-08-09 15:19:00 -0700
commit3edb811aef594b8731ca2a4878a3fb2a6f3ae61b (patch)
tree38e9a7682a20d01fd8518a2890d5c70cb2b55d42 /tests/headers/use-core.h
parente967d18c2c7465bd2f3432e4f39776ffa4f1f3ad (diff)
Misc tests for derive Hash
Diffstat (limited to 'tests/headers/use-core.h')
-rw-r--r--tests/headers/use-core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/headers/use-core.h b/tests/headers/use-core.h
index 0e8a8d6e..b34a71e7 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;"
+// bindgen-flags: --use-core --raw-line "extern crate core;" --with-derive-hash
struct foo {
int a, b;