about summary refs log tree commit diff
path: root/tests/ui/log-err-phi.rs
diff options
context:
space:
mode:
authordianqk <dianqk@dianqk.net>2025-06-30 19:23:17 +0800
committerGitHub <noreply@github.com>2025-06-30 19:23:17 +0800
commit0952f86de31f90b0e9f2bc700243fcc711990aa9 (patch)
tree3fd1ced5b745ab0c85c5b6a5d9fe26e69d7319d9 /tests/ui/log-err-phi.rs
parenta94f0a4af8a1c11c1934ee8ba44d59fb5da77d4b (diff)
parent580bc128441236345a5f3d5022af5a60091451ac (diff)
downloadrust-0952f86de31f90b0e9f2bc700243fcc711990aa9.tar.gz
rust-0952f86de31f90b0e9f2bc700243fcc711990aa9.zip
Rollup merge of #143118 - Kivooeo:tf15, r=tgross35
`tests/ui`: A New Order [15/N]

> [!NOTE]
>
> Intermediate commits are intended to help review, but will be squashed prior to merge.

Some `tests/ui/` housekeeping, to trim down number of tests directly under `tests/ui/`. Part of rust-lang/rust#133895.

r? `@jieyouxu`
Diffstat (limited to 'tests/ui/log-err-phi.rs')
-rw-r--r--tests/ui/log-err-phi.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/ui/log-err-phi.rs b/tests/ui/log-err-phi.rs
deleted file mode 100644
index 1bb97758782..00000000000
--- a/tests/ui/log-err-phi.rs
+++ /dev/null
@@ -1,7 +0,0 @@
-//@ run-pass
-
-pub fn main() {
-    if false {
-        println!("{}", "foobar");
-    }
-}