Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 613a7a7

Browse files
committed
rewrite and rename issue-33329 to ui test
1 parent e870ab8 commit 613a7a7

File tree

5 files changed

+5
-7
lines changed

5 files changed

+5
-7
lines changed

src/tools/tidy/src/allowed_run_make_makefiles.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ run-make/incr-foreign-head-span/Makefile
2929
run-make/interdependent-c-libraries/Makefile
3030
run-make/issue-107094/Makefile
3131
run-make/issue-15460/Makefile
32-
run-make/issue-33329/Makefile
3332
run-make/issue-35164/Makefile
3433
run-make/issue-36710/Makefile
3534
run-make/issue-47551/Makefile

tests/run-make/issue-33329/Makefile

Lines changed: 0 additions & 5 deletions
This file was deleted.

tests/run-make/issue-33329/main.rs

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/ui/errors/wrong-target-spec.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
//@ compile-flags: --target x86_64_unknown-linux-musl
2+
3+
fn main() {}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
error: Error loading target specification: Could not find specification for target "x86_64_unknown-linux-musl". Run `rustc --print target-list` for a list of built-in targets
2+

0 commit comments

Comments
 (0)