diff options
author | Tamir Duberstein <tamird@gmail.com> | 2017-11-27 13:52:06 -0500 |
---|---|---|
committer | Tamir Duberstein <tamird@gmail.com> | 2017-11-27 14:22:00 -0500 |
commit | 89efc23497f085cc4982f7055ca8fdf2d5e4cff1 (patch) | |
tree | 87c912932b41f85e4b16698cb5364927c3a6f1c9 /tests/headers/constify-module-enums-namespace.hpp | |
parent | 7c3584d7bc328a01ae5352e191f1fd41bb7fb1a9 (diff) |
Properly handle namespaces for enum configuration options
...by using canonical_path rather than canonical_name.
Fixes #1125.
Diffstat (limited to 'tests/headers/constify-module-enums-namespace.hpp')
-rw-r--r-- | tests/headers/constify-module-enums-namespace.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/headers/constify-module-enums-namespace.hpp b/tests/headers/constify-module-enums-namespace.hpp index 397f700f..5d8ea23a 100644 --- a/tests/headers/constify-module-enums-namespace.hpp +++ b/tests/headers/constify-module-enums-namespace.hpp @@ -1,4 +1,4 @@ -// bindgen-flags: --enable-cxx-namespaces --constified-enum-module foo +// bindgen-flags: --enable-cxx-namespaces --constified-enum-module ns1::ns2::foo namespace ns1 { namespace ns2 { |