diff options
author | Daniel Brooks <db48x@db48x.net> | 2018-06-04 05:35:17 -0700 |
---|---|---|
committer | Daniel Brooks <db48x@db48x.net> | 2018-06-04 05:35:17 -0700 |
commit | 52d7f8d454413a72896c3c06b9213a42b7042b04 (patch) | |
tree | 0c888aff6fd2c5fc63cc7b29f9c6c73a386ff899 /tests/headers/enum-default-rust.h | |
parent | 0b293e1f6d9b26fb8dcc5113c3f04c47b588d04f (diff) |
Rename from "enum variant" to "enum style"
Diffstat (limited to 'tests/headers/enum-default-rust.h')
-rw-r--r-- | tests/headers/enum-default-rust.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/headers/enum-default-rust.h b/tests/headers/enum-default-rust.h index 797863c3..282c62f3 100644 --- a/tests/headers/enum-default-rust.h +++ b/tests/headers/enum-default-rust.h @@ -1,4 +1,4 @@ -// bindgen-flags: --default-enum-variant=rust --constified-enum-module=Neg +// bindgen-flags: --default-enum-style=rust --constified-enum-module=Neg enum Foo { Bar = 0, |