summaryrefslogtreecommitdiffstats
path: root/src/test/ui/sanitize/unsupported-target.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/sanitize/unsupported-target.rs')
-rw-r--r--src/test/ui/sanitize/unsupported-target.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/test/ui/sanitize/unsupported-target.rs b/src/test/ui/sanitize/unsupported-target.rs
deleted file mode 100644
index 9f29c7635..000000000
--- a/src/test/ui/sanitize/unsupported-target.rs
+++ /dev/null
@@ -1,6 +0,0 @@
-// compile-flags: -Z sanitizer=leak --target i686-unknown-linux-gnu
-// needs-llvm-components: x86
-// error-pattern: error: leak sanitizer is not supported for this target
-#![feature(no_core)]
-#![no_core]
-#![no_main]