summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc-gui/pocket-menu.goml
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/rustdoc-gui/pocket-menu.goml')
-rw-r--r--src/test/rustdoc-gui/pocket-menu.goml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc-gui/pocket-menu.goml b/src/test/rustdoc-gui/pocket-menu.goml
index 71d514648..fb63ea62a 100644
--- a/src/test/rustdoc-gui/pocket-menu.goml
+++ b/src/test/rustdoc-gui/pocket-menu.goml
@@ -1,5 +1,5 @@
// This test ensures that the "pocket menus" are working as expected.
-goto: file://|DOC_PATH|/test_docs/index.html
+goto: "file://" + |DOC_PATH| + "/test_docs/index.html"
// First we check that the help menu doesn't exist yet.
assert-false: "#help-button .popover"
// Then we display the help menu.