diff options
Diffstat (limited to 'tests/headers/constify-enum.h')
-rw-r--r-- | tests/headers/constify-enum.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/headers/constify-enum.h b/tests/headers/constify-enum.h index 9a9058d3..b8e0be3e 100644 --- a/tests/headers/constify-enum.h +++ b/tests/headers/constify-enum.h @@ -1,4 +1,4 @@ -// bindgen-flags: --rustified-enum .* +// bindgen-flags: --rustified-enum ".*" enum nsCSSPropertyID { eCSSProperty_a, |