about summary refs log tree commit diff
path: root/tests/rustdoc-ui/doctest/rustflags.rs
diff options
context:
space:
mode:
authorZalathar <Zalathar@users.noreply.github.com>2024-12-25 22:12:17 +1100
committerZalathar <Zalathar@users.noreply.github.com>2024-12-27 19:58:16 +1100
commit835fbcbcab82ce728a7233de6c32a2d206e3336c (patch)
treee06ec1d1eff7f79075b4ee3fdce920c8c5e01658 /tests/rustdoc-ui/doctest/rustflags.rs
parent5ba0dd4ef669ca7512031f1f7ee2ae19f1fd099b (diff)
downloadrust-835fbcbcab82ce728a7233de6c32a2d206e3336c.tar.gz
rust-835fbcbcab82ce728a7233de6c32a2d206e3336c.zip
Remove the `-test` suffix from normalize directives
Diffstat (limited to 'tests/rustdoc-ui/doctest/rustflags.rs')
-rw-r--r--tests/rustdoc-ui/doctest/rustflags.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/rustdoc-ui/doctest/rustflags.rs b/tests/rustdoc-ui/doctest/rustflags.rs
index fa460e35547..9f1e6017ea1 100644
--- a/tests/rustdoc-ui/doctest/rustflags.rs
+++ b/tests/rustdoc-ui/doctest/rustflags.rs
@@ -1,7 +1,7 @@
 //@ check-pass
 //@ compile-flags: --test -Zunstable-options --doctest-compilation-args=--cfg=testcase_must_be_present
-//@ normalize-stdout-test: "tests/rustdoc-ui/doctest" -> "$$DIR"
-//@ normalize-stdout-test: "finished in \d+\.\d+s" -> "finished in $$TIME"
+//@ normalize-stdout: "tests/rustdoc-ui/doctest" -> "$$DIR"
+//@ normalize-stdout: "finished in \d+\.\d+s" -> "finished in $$TIME"
 
 /// ```
 /// #[cfg(testcase_must_be_present)]