about summary refs log tree commit diff
path: root/tests/run-make/rustdoc-scrape-examples-test/src
diff options
context:
space:
mode:
authorYotam Ofek <yotam.ofek@gmail.com>2025-02-24 13:28:55 +0000
committerYotam Ofek <yotam.ofek@gmail.com>2025-02-27 13:22:16 +0000
commit660241d1d47ac939e88163bab747c853be82eac0 (patch)
tree900a02c81efb6bbc3be31b0a17439258ddfceca5 /tests/run-make/rustdoc-scrape-examples-test/src
parent96cfc75584359ae7ad11cc45968059f29e7b44b7 (diff)
downloadrust-660241d1d47ac939e88163bab747c853be82eac0.tar.gz
rust-660241d1d47ac939e88163bab747c853be82eac0.zip
Fix test directives that were accidentally ignored
Diffstat (limited to 'tests/run-make/rustdoc-scrape-examples-test/src')
-rw-r--r--tests/run-make/rustdoc-scrape-examples-test/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-make/rustdoc-scrape-examples-test/src/lib.rs b/tests/run-make/rustdoc-scrape-examples-test/src/lib.rs
index 22be1ad4101..93d56b7e972 100644
--- a/tests/run-make/rustdoc-scrape-examples-test/src/lib.rs
+++ b/tests/run-make/rustdoc-scrape-examples-test/src/lib.rs
@@ -1,3 +1,3 @@
-// @has foobar/fn.ok.html '//*[@class="docblock scraped-example-list"]' ''
+//@ has foobar/fn.ok.html '//*[@class="docblock scraped-example-list"]' ''
 
 pub fn ok() {}