summaryrefslogtreecommitdiff
path: root/tests/headers/forward-enum-decl.hpp
diff options
context:
space:
mode:
authorJosh Hejna <josh.hejna@gmail.com>2018-07-29 19:34:39 -0700
committerJosh Hejna <josh.hejna@gmail.com>2018-07-29 20:30:59 -0700
commited1caf0d85a4888fadc8486e98e7c268a3947fe8 (patch)
tree08121ec20ca69a031e2c1fba2328559046ceb58c /tests/headers/forward-enum-decl.hpp
parentd61ab759e3512d79131eb6c455862915c6b6c4d2 (diff)
Quote regexes in test headers
When using test-one.sh, unquoted wildcards are expanded by the shell, resulting in failing tests.
Diffstat (limited to 'tests/headers/forward-enum-decl.hpp')
-rw-r--r--tests/headers/forward-enum-decl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/headers/forward-enum-decl.hpp b/tests/headers/forward-enum-decl.hpp
index a3df8584..81a0eee7 100644
--- a/tests/headers/forward-enum-decl.hpp
+++ b/tests/headers/forward-enum-decl.hpp
@@ -1,4 +1,4 @@
-// bindgen-flags: --rustified-enum .* -- -std=c++11
+// bindgen-flags: --rustified-enum ".*" -- -std=c++11
enum class CSSPseudoClassType : int;