diff options
Diffstat (limited to 'tests/headers/duplicated_constants_in_ns.hpp')
-rw-r--r-- | tests/headers/duplicated_constants_in_ns.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/headers/duplicated_constants_in_ns.hpp b/tests/headers/duplicated_constants_in_ns.hpp index 42197a16..bb343641 100644 --- a/tests/headers/duplicated_constants_in_ns.hpp +++ b/tests/headers/duplicated_constants_in_ns.hpp @@ -1,4 +1,4 @@ -// bindgen-flags: --no-namespaced-constants +// bindgen-flags: --enable-cxx-namespaces namespace foo { const int FOO = 4; } |