about summary refs log tree commit diff
path: root/tests/rustdoc/cross-crate-info/write-docs-somewhere-else/e.rs
diff options
context:
space:
mode:
authorEtomicBomb <ethan@ethan.ws>2024-07-24 22:16:01 +0000
committerEtomicBomb <ethan@ethan.ws>2024-07-29 14:34:34 +0000
commitd8211def61d2b436d2a8335d745105e2de3ac172 (patch)
tree32254fdd835a874eba96563f17ce16da7a3a3b5e /tests/rustdoc/cross-crate-info/write-docs-somewhere-else/e.rs
parent794434ec639277273d2154607bdcbe033691cc29 (diff)
downloadrust-d8211def61d2b436d2a8335d745105e2de3ac172.tar.gz
rust-d8211def61d2b436d2a8335d745105e2de3ac172.zip
ordering and wrapping cross-crate-info tests
Diffstat (limited to 'tests/rustdoc/cross-crate-info/write-docs-somewhere-else/e.rs')
-rw-r--r--tests/rustdoc/cross-crate-info/write-docs-somewhere-else/e.rs11
1 files changed, 6 insertions, 5 deletions
diff --git a/tests/rustdoc/cross-crate-info/write-docs-somewhere-else/e.rs b/tests/rustdoc/cross-crate-info/write-docs-somewhere-else/e.rs
index 0480a02bf22..6247ed5fd96 100644
--- a/tests/rustdoc/cross-crate-info/write-docs-somewhere-else/e.rs
+++ b/tests/rustdoc/cross-crate-info/write-docs-somewhere-else/e.rs
@@ -1,14 +1,15 @@
 //@ aux-build:f.rs
 //@ build-aux-docs
 
-//@ hasraw search-index.js 'Echo'
-//@ !hasraw search-index.js 'Foxtrot'
-//@ hasraw trait.impl/f/trait.Foxtrot.js 'enum.Echo.html'
-//@ !has f/trait.Foxtrot.html
 //@ has e/enum.Echo.html
+//@ !has f/trait.Foxtrot.html
 //@ hasraw e/enum.Echo.html 'Foxtrot'
+//@ hasraw trait.impl/f/trait.Foxtrot.js 'enum.Echo.html'
+//@ !hasraw search-index.js 'Foxtrot'
+//@ hasraw search-index.js 'Echo'
 
-// test the fact that our test runner will document this crate somewhere else
+// test the fact that our test runner will document this crate somewhere
+// else
 
 extern crate f;
 pub enum Echo {}