Skip to content

Commit 58c2962

Browse files
committed
tests
1 parent 5a41fc6 commit 58c2962

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/testsuite/bad_config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1682,7 +1682,7 @@ fn bad_trim_paths() {
16821682
.file("src/lib.rs", "")
16831683
.build();
16841684

1685-
p.cargo("check -Zprofile-trim-paths")
1685+
p.cargo("check -Ztrim-paths")
16861686
.masquerade_as_nightly_cargo(&["trim-paths"])
16871687
.with_status(101)
16881688
.with_stderr(

tests/testsuite/profile_trim_paths.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! Tests for `-Zprofile-trim-paths`.
1+
//! Tests for `-Ztrim-paths`.
22
33
use cargo_test_support::project;
44

0 commit comments

Comments
 (0)