Skip to content

Commit 5a10ceb

Browse files
committed
rewrite and rename issue-33329 to ui test
1 parent d12d122 commit 5a10ceb

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

-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ run-make/issue-22131/Makefile
5050
run-make/issue-25581/Makefile
5151
run-make/issue-26006/Makefile
5252
run-make/issue-28595/Makefile
53-
run-make/issue-33329/Makefile
5453
run-make/issue-35164/Makefile
5554
run-make/issue-36710/Makefile
5655
run-make/issue-47551/Makefile

tests/run-make/issue-33329/Makefile

-5
This file was deleted.

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

-1
This file was deleted.

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

+3
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() {}
+2
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)