about summary refs log tree commit diff
path: root/tests/ui/rustc-rust-log.rs
diff options
context:
space:
mode:
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() {}