Skip to content

Commit 83dcc96

Browse files
committed
fix output test for backtrace-debuginfo.rs
1 parent 0c45546 commit 83dcc96

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/test/run-pass/backtrace-debuginfo.rs

+4-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@
1010
// ignore-pretty issue #37195
1111
// ignore-cloudabi spawning processes is not supported
1212
// ignore-emscripten spawning processes is not supported
13+
// normalize-stderr-test ".*\n" -> ""
1314

14-
// note that above `-opt-bisect-limit=0` is used to basically disable
15-
// optimizations
15+
// Note that above `-opt-bisect-limit=0` is used to basically disable
16+
// optimizations. It creates tons of output on stderr, hence we normalize
17+
// that away entirely.
1618

1719
use std::env;
1820

0 commit comments

Comments
 (0)