Skip to content

Commit

Permalink
test(build): generalize test assertion for non-rustup env
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo committed Oct 10, 2023
1 parent 8ba1c31 commit a263a7d
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 a263a7d

Please sign in to comment.