Skip to content

Commit 40e1360

Browse files
committed
Remove unnecessary nightly masquerade
1 parent fcc8816 commit 40e1360

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/testsuite/multitarget.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -272,10 +272,7 @@ fn works_with_env() {
272272
.file("src/main.rs", "fn main() {}")
273273
.build();
274274

275-
p.cargo("build")
276-
.env("CARGO_BUILD_TARGET", t)
277-
.masquerade_as_nightly_cargo()
278-
.run();
275+
p.cargo("build").env("CARGO_BUILD_TARGET", t).run();
279276

280277
assert!(p.target_bin(t, "foo").is_file());
281278
}

0 commit comments

Comments
 (0)