rewrite and rename issue-33329 to ui test

This commit is contained in:
Oneirical 2024-07-16 13:13:52 -04:00
parent e870ab86dc
commit 613a7a79e7
5 changed files with 5 additions and 7 deletions

View File

@ -29,7 +29,6 @@ run-make/incr-foreign-head-span/Makefile
run-make/interdependent-c-libraries/Makefile
run-make/issue-107094/Makefile
run-make/issue-15460/Makefile
run-make/issue-33329/Makefile
run-make/issue-35164/Makefile
run-make/issue-36710/Makefile
run-make/issue-47551/Makefile

View File

@ -1,5 +0,0 @@
include ../tools.mk
all:
$(RUSTC) --target x86_64_unknown-linux-musl main.rs 2>&1 | $(CGREP) \
"error: Error loading target specification: Could not find specification for target"

View File

@ -1 +0,0 @@
fn main() {}

View File

@ -0,0 +1,3 @@
//@ compile-flags: --target x86_64_unknown-linux-musl
fn main() {}

View File

@ -0,0 +1,2 @@
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