Skip to content

Commit 4017c5c

Browse files
committed
Fix tests.
1 parent 893bb8e commit 4017c5c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tests/ui/consts/precise-drop-with-promoted.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// known-bug: #103507
44
// failure-status: 101
55
// normalize-stderr-test "note: .*\n\n" -> ""
6-
// normalize-stderr-test "thread 'rustc' panicked.*\n" -> ""
6+
// normalize-stderr-test "thread 'rustc' panicked.*\n.*\n" -> ""
77
// normalize-stderr-test "(error: internal compiler error: [^:]+):\d+:\d+: " -> "$1:LL:CC: "
88
// rustc-env:RUST_BACKTRACE=0
99

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
thread 'main' panicked at 'failed printing to stdout: Broken pipe (os error 32)', library/std/src/io/stdio.rs:LL:CC
1+
thread 'main' panicked at library/std/src/io/stdio.rs:LL:CC:
2+
failed printing to stdout: Broken pipe (os error 32)
23
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

0 commit comments

Comments
 (0)