summaryrefslogtreecommitdiff
path: root/tests/headers/use-core.h
diff options
context:
space:
mode:
authorZhiting Zhu <zhitingz@cs.utexas.edu>2017-08-16 21:24:21 -0500
committerZhiting Zhu <zhitingz@cs.utexas.edu>2017-08-21 16:14:41 -0500
commit3fc501f93fa9b5a19f97b7a7a2a3625616af7128 (patch)
tree324ae0891daec4965f164fc05f9fcd27aeba6ebf /tests/headers/use-core.h
parentbca8be63ab6e7a8be327bacadca33abe9bc18d4c (diff)
Misc tests for derive Eq
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 b5fd0515..b4135b44 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 --with-derive-partialeq
+// bindgen-flags: --use-core --raw-line "extern crate core;" --with-derive-hash --with-derive-partialeq --with-derive-eq
struct foo {
int a, b;