about summary refs log tree commit diff
path: root/tests/ui/rustc-rust-log.rs
diff options
context:
space:
mode:
authorJubilee Young <workingjubilee@gmail.com>2024-05-19 16:52:19 -0700
committerJubilee Young <workingjubilee@gmail.com>2024-05-19 18:27:53 -0700
commitdef6b99b4a8e1362c9271e39de68e63cacac11ec (patch)
tree49eeb2b90905e19a2bee0fa40d7f41179d91d34a /tests/ui/rustc-rust-log.rs
parenteb1a5c9bb3df2ce5f003d45f835da0d61d8742cd (diff)
downloadrust-def6b99b4a8e1362c9271e39de68e63cacac11ec.tar.gz
rust-def6b99b4a8e1362c9271e39de68e63cacac11ec.zip
move rustc-rust-log test into ui/rustc-env
Diffstat (limited to 'tests/ui/rustc-rust-log.rs')
-rw-r--r--tests/ui/rustc-rust-log.rs11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/ui/rustc-rust-log.rs b/tests/ui/rustc-rust-log.rs
deleted file mode 100644
index 299b6c40a56..00000000000
--- a/tests/ui/rustc-rust-log.rs
+++ /dev/null
@@ -1,11 +0,0 @@
-//@ run-pass
-// This test is just checking that we won't ICE if logging is turned
-// on; don't bother trying to compare that (copious) output.
-//
-//@ dont-check-compiler-stdout
-//@ dont-check-compiler-stderr
-//@ compile-flags: --error-format human
-//@ aux-build: rustc-rust-log-aux.rs
-//@ rustc-env:RUSTC_LOG=debug
-
-fn main() {}