about summary refs log tree commit diff
diff options
context:
space:
mode:
authorQuietMisdreavus <grey@quietmisdreavus.net>2018-06-17 16:27:46 -0500
committerQuietMisdreavus <grey@quietmisdreavus.net>2018-06-17 16:27:46 -0500
commit54997972a776681cc9a170454e0a1416c582ca94 (patch)
tree55b2aea18f349f90dcd0313540a412110c361e53
parentd4387b3e4f9c6da5009154882051ff7b4862df07 (diff)
downloadrust-54997972a776681cc9a170454e0a1416c582ca94.tar.gz
rust-54997972a776681cc9a170454e0a1416c582ca94.zip
fix cross-crate-links test
hey look, macros properly link to the right place now
-rw-r--r--src/test/rustdoc/cross-crate-links.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc/cross-crate-links.rs b/src/test/rustdoc/cross-crate-links.rs
index 6078352fc0e..15a774dc935 100644
--- a/src/test/rustdoc/cross-crate-links.rs
+++ b/src/test/rustdoc/cross-crate-links.rs
@@ -66,6 +66,6 @@ pub use all_item_types::FOO_STATIC;
 #[doc(no_inline)]
 pub use all_item_types::FOO_CONSTANT;
 
-// @has 'foo/index.html' '//a[@href="../foo/macro.foo_macro.html"]' 'foo_macro'
+// @has 'foo/index.html' '//a[@href="../all_item_types/macro.foo_macro.html"]' 'foo_macro'
 #[doc(no_inline)]
 pub use all_item_types::foo_macro;