X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=tests%2Frustdoc%2Fwhere.rs;h=3ac0c6872a82150c4a621c8919f96a81a7e431ff;hb=9e6873f7888c64bbded5de761489c0a0f0df826b;hp=8b5bce28f5a2ac4cbc3552fd7d0fb0cb5de95ce5;hpb=dce5e29edcd3f97017b67296972d18fc0423599a;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);