summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index a57b6a29..ffe4e80d 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -2053,7 +2053,7 @@ fn commandline_flag_unit_test_function() {
"--rust-target",
"--no-derive-default",
"--generate",
- "function,types,vars,methods,constructors,destructors",
+ "functions,types,vars,methods,constructors,destructors",
].iter()
.map(|&x| x.into())
.collect::<Vec<String>>();
@@ -2074,7 +2074,7 @@ fn commandline_flag_unit_test_function() {
"input_header",
"--no-derive-default",
"--generate",
- "function,types,vars,methods,constructors,destructors",
+ "functions,types,vars,methods,constructors,destructors",
"--whitelist-type",
"Distinct_Type",
"--whitelist-function",