Skip to content

Commit 6ea8abc

Browse files
author
Nick Flueckiger
committed
Correct target
1 parent dd4b95f commit 6ea8abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testsuite/tool_paths.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ fn target_in_environment_contains_lower_case() {
364364
];
365365

366366
for target_key in &target_keys {
367-
p.cargo("build -v --target X86_64_unknown_linux_musl")
367+
p.cargo("build -v --target x86_64-unknown-linux-musl")
368368
.env(target_key, "nonexistent-linker")
369369
.with_status(101)
370370
.with_stderr_contains(format!(

0 commit comments

Comments
 (0)