Skip to content

Commit

Permalink
Auto merge of #12804 - weihanglo:generalize-test-assertion, r=Muscraft
Browse files Browse the repository at this point in the history
test(build): generalize test assertion for non-rustup env
  • Loading branch information
bors committed Oct 10, 2023
2 parents 95089be + a263a7d commit 6fa6fdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testsuite/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,8 @@ error: unexpected argument '-z' found
tip: a similar argument exists: '-Z'
Usage: cargo [+toolchain] [OPTIONS] [COMMAND]
cargo [+toolchain] [OPTIONS] -Zscript <MANIFEST_RS> [ARGS]...
Usage: cargo [..][OPTIONS] [COMMAND]
cargo [..][OPTIONS] -Zscript <MANIFEST_RS> [ARGS]...
For more information, try '--help'.
",
Expand Down

0 comments on commit 6fa6fdc

Please sign in to comment.