about summary refs log tree commit diff
path: root/tests/ui/using-target-feature-unstable.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/using-target-feature-unstable.rs')
-rw-r--r--tests/ui/using-target-feature-unstable.rs11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/ui/using-target-feature-unstable.rs b/tests/ui/using-target-feature-unstable.rs
deleted file mode 100644
index 5ec0bda5eef..00000000000
--- a/tests/ui/using-target-feature-unstable.rs
+++ /dev/null
@@ -1,11 +0,0 @@
-//@ run-pass
-//@ only-x86_64
-//@ aux-build:using-target-feature-unstable.rs
-
-extern crate using_target_feature_unstable;
-
-fn main() {
-    unsafe {
-        using_target_feature_unstable::foo();
-    }
-}