about summary refs log tree commit diff
path: root/tests/ui/hello.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/hello.rs')
-rw-r--r--tests/ui/hello.rs10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/ui/hello.rs b/tests/ui/hello.rs
deleted file mode 100644
index f329ee086f9..00000000000
--- a/tests/ui/hello.rs
+++ /dev/null
@@ -1,10 +0,0 @@
-//@ run-pass
-//@ revisions: e2015 e2018 e2021 e2024
-
-//@[e2018] edition:2018
-//@[e2021] edition:2021
-//@[e2024] edition:2024
-
-fn main() {
-    println!("hello");
-}