diff options
| author | Zalathar <Zalathar@users.noreply.github.com> | 2024-06-21 15:15:36 +1000 |
|---|---|---|
| committer | Zalathar <Zalathar@users.noreply.github.com> | 2024-07-11 12:23:44 +1000 |
| commit | 9aaa0c5867d7f68ef38dcaeb73b68085b8c4d731 (patch) | |
| tree | ff440af5fcabe3b24b7b99a541e9311ed07ad321 /tests/ui/const-generics/generic_const_exprs | |
| parent | 3ad5f459b35769b8ad9f0b364d3dabb3721b9117 (diff) | |
| download | rust-9aaa0c5867d7f68ef38dcaeb73b68085b8c4d731.tar.gz rust-9aaa0c5867d7f68ef38dcaeb73b68085b8c4d731.zip | |
Always use a colon in `//@ normalize-*:` headers
Diffstat (limited to 'tests/ui/const-generics/generic_const_exprs')
| -rw-r--r-- | tests/ui/const-generics/generic_const_exprs/issue-80742.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ui/const-generics/generic_const_exprs/issue-80742.rs b/tests/ui/const-generics/generic_const_exprs/issue-80742.rs index ddb7b5f852e..30851b49cdc 100644 --- a/tests/ui/const-generics/generic_const_exprs/issue-80742.rs +++ b/tests/ui/const-generics/generic_const_exprs/issue-80742.rs @@ -1,9 +1,9 @@ //@ check-fail //@ known-bug: #97477 //@ failure-status: 101 -//@ normalize-stderr-test "note: .*\n\n" -> "" -//@ normalize-stderr-test "thread 'rustc' panicked.*\n" -> "" -//@ normalize-stderr-test "(error: internal compiler error: [^:]+):\d+:\d+: " -> "$1:LL:CC: " +//@ normalize-stderr-test: "note: .*\n\n" -> "" +//@ normalize-stderr-test: "thread 'rustc' panicked.*\n" -> "" +//@ normalize-stderr-test: "(error: internal compiler error: [^:]+):\d+:\d+: " -> "$1:LL:CC: " //@ rustc-env:RUST_BACKTRACE=0 // This test used to cause an ICE in rustc_mir::interpret::step::eval_rvalue_into_place |
