mirror of
https://gitee.com/openharmony/third_party_rust_bindgen
synced 2024-12-13 18:27:14 +00:00
Fix typo in roundtrip test error message
This commit is contained in:
parent
84c702036e
commit
af87a859ac
@ -267,7 +267,7 @@ fn compare_generated_header(
|
||||
if let Err(e) =
|
||||
compare_generated_header(&header, roundtrip_builder, false)
|
||||
{
|
||||
return Err(Error::new(ErrorKind::Other, format!("Checking CLI flags roundtrip errored! You probably need to fix Builder::command_line_args. {}", e)));
|
||||
return Err(Error::new(ErrorKind::Other, format!("Checking CLI flags roundtrip errored! You probably need to fix Builder::command_line_flags. {}", e)));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user