X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=tests%2Frustdoc%2Fwhere.rs;h=3ac0c6872a82150c4a621c8919f96a81a7e431ff;hb=77d7c63872c2a09ffc082bfd947b98ab216f2a76;hp=8b5bce28f5a2ac4cbc3552fd7d0fb0cb5de95ce5;hpb=27db39b1b30fe808ba725d36f4293a3b61a4b029;p=rust.git diff --git a/tests/rustdoc/where.rs b/tests/rustdoc/where.rs index 8b5bce28f5a..3ac0c6872a8 100644 --- a/tests/rustdoc/where.rs +++ b/tests/rustdoc/where.rs @@ -57,6 +57,6 @@ pub enum Foxtrot { Foxtrot1(F) } // "impl MyTrait for Foxtrotwhere F: MyTrait" impl MyTrait for Foxtrotwhere F: MyTrait {} -// @has foo/type.Golf.html '//pre[@class="rust typedef"]' \ +// @has foo/type.Golf.html '//div[@class="item-decl"]/pre[@class="rust"]' \ // "type Golfwhere T: Clone, = (T, T)" pub type Golf where T: Clone = (T, T);