diff options
| author | Jubilee Young <workingjubilee@gmail.com> | 2024-05-19 16:52:19 -0700 |
|---|---|---|
| committer | Jubilee Young <workingjubilee@gmail.com> | 2024-05-19 18:27:53 -0700 |
| commit | def6b99b4a8e1362c9271e39de68e63cacac11ec (patch) | |
| tree | 49eeb2b90905e19a2bee0fa40d7f41179d91d34a | |
| parent | eb1a5c9bb3df2ce5f003d45f835da0d61d8742cd (diff) | |
| download | rust-def6b99b4a8e1362c9271e39de68e63cacac11ec.tar.gz rust-def6b99b4a8e1362c9271e39de68e63cacac11ec.zip | |
move rustc-rust-log test into ui/rustc-env
| -rw-r--r-- | tests/ui/rustc-env/auxiliary/rust-log-aux.rs (renamed from tests/ui/auxiliary/rustc-rust-log-aux.rs) | 0 | ||||
| -rw-r--r-- | tests/ui/rustc-env/rust-log.rs (renamed from tests/ui/rustc-rust-log.rs) | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/auxiliary/rustc-rust-log-aux.rs b/tests/ui/rustc-env/auxiliary/rust-log-aux.rs index 8080428d563..8080428d563 100644 --- a/tests/ui/auxiliary/rustc-rust-log-aux.rs +++ b/tests/ui/rustc-env/auxiliary/rust-log-aux.rs diff --git a/tests/ui/rustc-rust-log.rs b/tests/ui/rustc-env/rust-log.rs index 299b6c40a56..10040754593 100644 --- a/tests/ui/rustc-rust-log.rs +++ b/tests/ui/rustc-env/rust-log.rs @@ -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() {} |
