Skip to content

Commit 1e74ea8

Browse files
committed
Update reamp_path_prefix_ignored to cargo_test.
1 parent 0e0d968 commit 1e74ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testsuite/rustflags.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1360,7 +1360,7 @@ fn env_rustflags_misspelled_build_script() {
13601360
.run();
13611361
}
13621362

1363-
#[test]
1363+
#[cargo_test]
13641364
fn reamp_path_prefix_ignored() {
13651365
// Ensure that --remap-path-prefix does not affect metadata hash.
13661366
let p = project().file("src/lib.rs", "").build();

0 commit comments

Comments
 (0)