diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2024-07-30 16:24:15 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2024-08-05 11:04:51 +0200 |
| commit | e2da2fb387c0874fbe06e4cb75f3dd5e6ef7bdc2 (patch) | |
| tree | 200eca124da213349e5ff4bb7a85d211015a385f /tests/rustdoc/playground-syntax-error.rs | |
| parent | be71bd9cec149ba2a7ed2f4ae4c499840c1faddc (diff) | |
| download | rust-e2da2fb387c0874fbe06e4cb75f3dd5e6ef7bdc2.tar.gz rust-e2da2fb387c0874fbe06e4cb75f3dd5e6ef7bdc2.zip | |
Update rustdoc tests
Diffstat (limited to 'tests/rustdoc/playground-syntax-error.rs')
| -rw-r--r-- | tests/rustdoc/playground-syntax-error.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc/playground-syntax-error.rs b/tests/rustdoc/playground-syntax-error.rs index f5067145e02..d989570bf58 100644 --- a/tests/rustdoc/playground-syntax-error.rs +++ b/tests/rustdoc/playground-syntax-error.rs @@ -17,5 +17,5 @@ pub fn bar() {} //@ has foo/fn.bar.html -//@ has - '//a[@class="test-arrow"]' "Run" +//@ has - '//a[@class="test-arrow"]' "" //@ has - '//*[@class="docblock"]' 'foo_recursive' |
