]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc-gui/auto-hide-trait-implementations.goml
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
[rust.git] / src / test / rustdoc-gui / auto-hide-trait-implementations.goml
index 7b1358fedc3b5e2201ca0adca36d55df3b79c106..0a619c3524a664a540012f96d00cae6b123e4067 100644 (file)
@@ -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)