1
Fork 0

Remove the -test suffix from normalize directives

This commit is contained in:
Zalathar 2024-12-25 22:12:17 +11:00
parent 5ba0dd4ef6
commit 835fbcbcab
238 changed files with 442 additions and 443 deletions

View file

@ -1,9 +1,9 @@
//@ check-pass
//@ edition: 2024
//@ compile-flags: --test --test-args=--test-threads=1
//@ normalize-stdout-test: "tests/rustdoc-ui" -> "$$DIR"
//@ normalize-stdout-test: "finished in \d+\.\d+s" -> "finished in $$TIME"
//@ normalize-stdout-test: ".rs:\d+:\d+" -> ".rs:$$LINE:$$COL"
//@ normalize-stdout: "tests/rustdoc-ui" -> "$$DIR"
//@ normalize-stdout: "finished in \d+\.\d+s" -> "finished in $$TIME"
//@ normalize-stdout: ".rs:\d+:\d+" -> ".rs:$$LINE:$$COL"
/// This doctest is used to ensure that if a crate attribute is present,
/// it will not be part of the merged doctests.