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/rustdoc-ui/remap-path-prefix-passed-doctest-output.rs | |
| parent | 3ad5f459b35769b8ad9f0b364d3dabb3721b9117 (diff) | |
| download | rust-9aaa0c5867d7f68ef38dcaeb73b68085b8c4d731.tar.gz rust-9aaa0c5867d7f68ef38dcaeb73b68085b8c4d731.zip | |
Always use a colon in `//@ normalize-*:` headers
Diffstat (limited to 'tests/rustdoc-ui/remap-path-prefix-passed-doctest-output.rs')
| -rw-r--r-- | tests/rustdoc-ui/remap-path-prefix-passed-doctest-output.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tests/rustdoc-ui/remap-path-prefix-passed-doctest-output.rs b/tests/rustdoc-ui/remap-path-prefix-passed-doctest-output.rs index c58f3faeb53..4c61c43578c 100644 --- a/tests/rustdoc-ui/remap-path-prefix-passed-doctest-output.rs +++ b/tests/rustdoc-ui/remap-path-prefix-passed-doctest-output.rs @@ -5,7 +5,7 @@ // adapted to use that, and that normalize line can go away //@ compile-flags:--test -Z unstable-options --remap-path-prefix={{src-base}}=remapped_path --test-args --test-threads=1 -//@ normalize-stdout-test "finished in \d+\.\d+s" -> "finished in $$TIME" +//@ normalize-stdout-test: "finished in \d+\.\d+s" -> "finished in $$TIME" // doctest passes at runtime /// ``` | 
