diff options
| author | Yotam Ofek <yotam.ofek@gmail.com> | 2025-02-24 13:28:55 +0000 |
|---|---|---|
| committer | Yotam Ofek <yotam.ofek@gmail.com> | 2025-02-27 13:22:16 +0000 |
| commit | 660241d1d47ac939e88163bab747c853be82eac0 (patch) | |
| tree | 900a02c81efb6bbc3be31b0a17439258ddfceca5 /tests/run-make/rustdoc-with-output-option/src/lib.rs | |
| parent | 96cfc75584359ae7ad11cc45968059f29e7b44b7 (diff) | |
| download | rust-660241d1d47ac939e88163bab747c853be82eac0.tar.gz rust-660241d1d47ac939e88163bab747c853be82eac0.zip | |
Fix test directives that were accidentally ignored
Diffstat (limited to 'tests/run-make/rustdoc-with-output-option/src/lib.rs')
| -rw-r--r-- | tests/run-make/rustdoc-with-output-option/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-make/rustdoc-with-output-option/src/lib.rs b/tests/run-make/rustdoc-with-output-option/src/lib.rs index 044bb6acb19..98753560d3a 100644 --- a/tests/run-make/rustdoc-with-output-option/src/lib.rs +++ b/tests/run-make/rustdoc-with-output-option/src/lib.rs @@ -1,2 +1,2 @@ -// @has foobar/fn.ok.html +//@ has foobar/fn.ok.html pub fn ok() {} |
