summaryrefslogtreecommitdiff
path: root/tests/headers/class_static_const.hpp
diff options
context:
space:
mode:
authorZhiting Zhu <zzhu@mozilla.com>2017-08-10 16:42:12 -0700
committerZhiting Zhu <zzhu@mozilla.com>2017-08-14 10:19:14 -0700
commitea4cf0344aadb55660314a92cd090412b1eafcf0 (patch)
treee2424efc4f91a51ae0b8726051ac260ddab4883a /tests/headers/class_static_const.hpp
parent3370133b02ad51f17ded87d11174790c8d3cc8ed (diff)
Class related tests for derive PartialEq
Diffstat (limited to 'tests/headers/class_static_const.hpp')
-rw-r--r--tests/headers/class_static_const.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/headers/class_static_const.hpp b/tests/headers/class_static_const.hpp
index 92599183..7742c782 100644
--- a/tests/headers/class_static_const.hpp
+++ b/tests/headers/class_static_const.hpp
@@ -1,4 +1,4 @@
-// bindgen-flags: --with-derive-hash
+// bindgen-flags: --with-derive-hash --with-derive-partialeq
using int32_t = int;
typedef unsigned int uint32_t;