diff options
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 { |