summaryrefslogtreecommitdiff
path: root/tests/headers/constify-module-enums-types.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/constify-module-enums-types.hpp')
-rw-r--r--tests/headers/constify-module-enums-types.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/headers/constify-module-enums-types.hpp b/tests/headers/constify-module-enums-types.hpp
index 2c652499..decf935a 100644
--- a/tests/headers/constify-module-enums-types.hpp
+++ b/tests/headers/constify-module-enums-types.hpp
@@ -1,4 +1,4 @@
-// bindgen-flags: --constified-enum-module .*
+// bindgen-flags: --constified-enum-module ".*"
typedef enum foo {
THIS,
@@ -75,4 +75,4 @@ class Thing {
};
foo func3(Thing<foo> arg1);
-foo func4(Thing< Thing<foo> > arg1); \ No newline at end of file
+foo func4(Thing< Thing<foo> > arg1);