Skip to content

Commit 561e02c

Browse files
authored
Rollup merge of #147187 - lcnr:rarw, r=lqd
remove unnecessary test directives that's... odd
2 parents 6e577e1 + 198777a commit 561e02c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/ui/traits/trait-upcasting/illegal-upcast-to-impl-opaque.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
//@ revisions: current next
22
//@[next] compile-flags: -Znext-solver
3-
//@[next] failure-status: 101
4-
//@[next] known-bug: unknown
5-
//@[next] normalize-stderr: "note: .*\n\n" -> ""
6-
//@[next] normalize-stderr: "thread 'rustc' panicked.*\n.*\n" -> ""
7-
//@[next] normalize-stderr: "(error: internal compiler error: [^:]+):\d+:\d+: " -> "$1:LL:CC: "
8-
//@[next] normalize-stderr: "delayed at .*" -> ""
9-
//@[next] rustc-env:RUST_BACKTRACE=0
103
//@ check-pass
114

125
trait Super {

0 commit comments

Comments
 (0)