diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-06-27 18:27:03 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-07-02 13:19:04 +0200 |
| commit | 2453946b1d64570f52f2f976ca1e8c2a3e4eacc2 (patch) | |
| tree | f9d4fe1405199420abc15f4a565c0634b31f8b92 /src/test/rustdoc/const.rs | |
| parent | cdabdfa104a3c0e7ba3ff2b37f967eb0e5000aae (diff) | |
| download | rust-2453946b1d64570f52f2f976ca1e8c2a3e4eacc2.tar.gz rust-2453946b1d64570f52f2f976ca1e8c2a3e4eacc2.zip | |
Update rustdoc tests
Diffstat (limited to 'src/test/rustdoc/const.rs')
| -rw-r--r-- | src/test/rustdoc/const.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc/const.rs b/src/test/rustdoc/const.rs index c33db5809cc..638de3292be 100644 --- a/src/test/rustdoc/const.rs +++ b/src/test/rustdoc/const.rs @@ -3,7 +3,7 @@ pub struct Foo; impl Foo { - // @has const/struct.Foo.html '//code[@id="new.v"]' 'const unsafe fn new' + // @has const/struct.Foo.html '//*[@id="method.new"]//code' 'const unsafe fn new' pub const unsafe fn new() -> Foo { Foo } |
