From 1990e9109e526d08a30f67f7a7528b8f73814c25 Mon Sep 17 00:00:00 2001 From: Zhiting Zhu Date: Wed, 16 Aug 2017 19:43:17 -0500 Subject: Class related tests for can derive Eq --- tests/headers/class_static_const.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/headers/class_static_const.hpp') diff --git a/tests/headers/class_static_const.hpp b/tests/headers/class_static_const.hpp index 7742c782..3e320edc 100644 --- a/tests/headers/class_static_const.hpp +++ b/tests/headers/class_static_const.hpp @@ -1,4 +1,4 @@ -// bindgen-flags: --with-derive-hash --with-derive-partialeq +// bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq using int32_t = int; typedef unsigned int uint32_t; -- cgit v1.2.3