summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc-gui/auto-hide-trait-implementations.goml
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/rustdoc-gui/auto-hide-trait-implementations.goml')
-rw-r--r--src/test/rustdoc-gui/auto-hide-trait-implementations.goml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc-gui/auto-hide-trait-implementations.goml b/src/test/rustdoc-gui/auto-hide-trait-implementations.goml
index 7b1358fed..0a619c352 100644
--- a/src/test/rustdoc-gui/auto-hide-trait-implementations.goml
+++ b/src/test/rustdoc-gui/auto-hide-trait-implementations.goml
@@ -1,5 +1,5 @@
// Checks that the setting "auto hide trait implementations" is working as expected.
-goto: file://|DOC_PATH|/test_docs/struct.Foo.html
+goto: "file://" + |DOC_PATH| + "/test_docs/struct.Foo.html"
// By default, the trait implementations are not collapsed.
assert-attribute: ("#trait-implementations-list > details", {"open": ""}, ALL)