Skip to content

Commit

Permalink
Update test/cargo_build_script/build.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Wagner-Hall <dawagner@gmail.com>
  • Loading branch information
UebelAndre and illicitonion committed Mar 4, 2022
1 parent 2e8ab9c commit 37819f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cargo_build_script/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fn test_encoded_rustflags() {
assert_eq!(flags.len(), 2);

assert!(flags[0].starts_with("--sysroot"));
assert!(flags[1].starts_with("--verbose"));
assert_eq!(flags[1], "--verbose");
}

fn main() {
Expand Down

0 comments on commit 37819f7

Please sign in to comment.