move rustc-rust-log test into ui/rustc-env

This commit is contained in:
Jubilee Young 2024-05-19 16:52:19 -07:00
parent eb1a5c9bb3
commit def6b99b4a
2 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
//@ dont-check-compiler-stdout
//@ dont-check-compiler-stderr
//@ compile-flags: --error-format human
//@ aux-build: rustc-rust-log-aux.rs
//@ aux-build: rust-log-aux.rs
//@ rustc-env:RUSTC_LOG=debug
fn main() {}