diff options
Diffstat (limited to 'tests/run-make/rustdoc-scrape-examples-whitespace/src/lib.rs')
| -rw-r--r-- | tests/run-make/rustdoc-scrape-examples-whitespace/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-make/rustdoc-scrape-examples-whitespace/src/lib.rs b/tests/run-make/rustdoc-scrape-examples-whitespace/src/lib.rs index 28c34716c2f..8fc3a5e41d2 100644 --- a/tests/run-make/rustdoc-scrape-examples-whitespace/src/lib.rs +++ b/tests/run-make/rustdoc-scrape-examples-whitespace/src/lib.rs @@ -1,3 +1,3 @@ -// @has foobar/fn.ok.html '//*[@class="docblock scraped-example-list"]//code' ' ' +//@ has foobar/fn.ok.html '//*[@class="docblock scraped-example-list"]//code' ' ' pub fn ok() {} |
