From 0697884ea970ebca67b2de41dc1d380e66fd9c2b Mon Sep 17 00:00:00 2001 From: Oneirical Date: Tue, 28 May 2024 11:17:17 -0400 Subject: convert fpic to ui test --- tests/run-make/fpic/Makefile | 11 ----------- tests/run-make/fpic/hello.rs | 1 - 2 files changed, 12 deletions(-) delete mode 100644 tests/run-make/fpic/Makefile delete mode 100644 tests/run-make/fpic/hello.rs (limited to 'tests/run-make') diff --git a/tests/run-make/fpic/Makefile b/tests/run-make/fpic/Makefile deleted file mode 100644 index d3754d17372..00000000000 --- a/tests/run-make/fpic/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -# ignore-cross-compile -include ../tools.mk - -# ignore-windows -# ignore-apple - -# Test for #39529. -# `-z text` causes ld to error if there are any non-PIC sections - -all: - $(RUSTC) hello.rs -C link-args=-Wl,-z,text diff --git a/tests/run-make/fpic/hello.rs b/tests/run-make/fpic/hello.rs deleted file mode 100644 index 45590d86ba6..00000000000 --- a/tests/run-make/fpic/hello.rs +++ /dev/null @@ -1 +0,0 @@ -fn main() { } -- cgit 1.4.1-3-g733a5