From c5e92e06b5e0b13f66b3979dcb44317423cbbf75 Mon Sep 17 00:00:00 2001 From: Michael Howell Date: Sun, 15 Jan 2023 16:42:41 -0700 Subject: [PATCH] rustdoc: fix test case for custom themes --- tests/run-make-fulldeps/rustdoc-themes/foo.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run-make-fulldeps/rustdoc-themes/foo.rs b/tests/run-make-fulldeps/rustdoc-themes/foo.rs index 58efaf7d5a0..995544aeff9 100644 --- a/tests/run-make-fulldeps/rustdoc-themes/foo.rs +++ b/tests/run-make-fulldeps/rustdoc-themes/foo.rs @@ -1,4 +1,4 @@ // @has test.css // @has foo/struct.Foo.html -// @has - '//link[@rel="stylesheet"]/@href' '../test.css' +// @has - '//*[@id="rustdoc-vars"]/@data-themes' 'test' pub struct Foo;