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 /tests/ui/rustc-rust-log.rs | |
| parent | eb1a5c9bb3df2ce5f003d45f835da0d61d8742cd (diff) | |
| download | rust-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.rs | 11 |
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() {} |
