summaryrefslogtreecommitdiffstats
path: root/tests/ui/feature-gates/print-with-path.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/feature-gates/print-with-path.rs')
-rw-r--r--tests/ui/feature-gates/print-with-path.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/ui/feature-gates/print-with-path.rs b/tests/ui/feature-gates/print-with-path.rs
deleted file mode 100644
index f929c14c2..000000000
--- a/tests/ui/feature-gates/print-with-path.rs
+++ /dev/null
@@ -1,7 +0,0 @@
-// check-fail
-// revisions: cfg target-features target-cpus
-// [cfg]compile-flags: --print cfg=cfg.txt
-// [target-cpus]compile-flags: --print target-cpu=target_cpu.txt
-// [target-features]compile-flags: --print target-features=target_features.txt
-
-fn main() {}