]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc-gui/overflow-tooltip-information.goml
Rollup merge of #103382 - compiler-errors:anon-apit-lt-region-ice, r=cjgillot
[rust.git] / src / test / rustdoc-gui / overflow-tooltip-information.goml
index f481f82c234b2af94d076fc13d10e527d9b09d2e..09ad6cdd7ac6aa4fc33d1d84b721b4eaace30bc0 100644 (file)
@@ -1,7 +1,7 @@
 // The goal of this test is to ensure that the tooltip `.information` class doesn't
 // have overflow and max-width CSS rules set because they create a bug in firefox on
 // mac. For more information: https://github.com/rust-lang/rust/issues/89185
-goto: file://|DOC_PATH|/test_docs/fn.foo.html
+goto: "file://" + |DOC_PATH| + "/test_docs/fn.foo.html"
 assert-css: (".docblock > .example-wrap .tooltip", {
     "overflow-x": "visible",
     "max-width": "none"