Skip to content

Commit 5def991

Browse files
committed
Ignore the output itself on rustc-rust-log.rs (added in #42737).
1 parent 371fffd commit 5def991

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/test/run-pass/rustc-rust-log.rs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// This test is just checking that we won't ICE if logging is turned
12+
// on; don't bother trying to compare that (copious) output. (Note
13+
// also that this test potentially silly, since we do not build+test
14+
// debug versions of rustc as part of our continuous integration
15+
// process...)
16+
//
17+
// dont-check-compiler-stdout
18+
// dont-check-compiler-stderr
19+
1120
// rustc-env:RUST_LOG=debug
1221

1322
fn main() {}

0 commit comments

Comments
 (0)