diff options
Diffstat (limited to 'tests/headers/constify-module-enums-simple-nonamespace.hpp')
-rw-r--r-- | tests/headers/constify-module-enums-simple-nonamespace.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/headers/constify-module-enums-simple-nonamespace.hpp b/tests/headers/constify-module-enums-simple-nonamespace.hpp index 54631451..5b15f5c8 100644 --- a/tests/headers/constify-module-enums-simple-nonamespace.hpp +++ b/tests/headers/constify-module-enums-simple-nonamespace.hpp @@ -1,4 +1,4 @@ -// bindgen-flags: --constified-enum-module one_Foo +// bindgen-flags: --constified-enum-module one::Foo namespace one { enum class Foo { |