1
Fork 0

Fix commands syntax in rustdoc-ui tests

This commit is contained in:
Guillaume Gomez 2024-07-12 11:26:25 +02:00
parent 903d2db4d2
commit a708d0bc77
6 changed files with 9 additions and 9 deletions

View file

@ -1,8 +1,8 @@
//@ check-pass
//@ compile-flags: --test --test-args=--test-threads=1 -Zunstable-options --edition 2024
//@ 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-test: "finished in \d+\.\d+s" -> "finished in $$TIME"
//@ normalize-stdout-test: ".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.