about summary refs log tree commit diff
path: root/tests/rustdoc-js/full-path-function.js
diff options
context:
space:
mode:
authorThe Miri Conjob Bot <miri@cron.bot>2023-12-14 05:02:50 +0000
committerThe Miri Conjob Bot <miri@cron.bot>2023-12-14 05:02:50 +0000
commit7d4f92a309b67a04bcb5729f0420b21812ea8aef (patch)
treec45eac208e30cda04a260493b0b9645faf52d73f /tests/rustdoc-js/full-path-function.js
parent205fbf42569b3cd17e2cfe1f88f479deba5a9d3a (diff)
parente6d1b0ec9859e6f5c29aaa3b6525fb625bf354ad (diff)
downloadrust-7d4f92a309b67a04bcb5729f0420b21812ea8aef.tar.gz
rust-7d4f92a309b67a04bcb5729f0420b21812ea8aef.zip
Merge from rustc
Diffstat (limited to 'tests/rustdoc-js/full-path-function.js')
-rw-r--r--tests/rustdoc-js/full-path-function.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/rustdoc-js/full-path-function.js b/tests/rustdoc-js/full-path-function.js
index 48be51b156f..0464f792217 100644
--- a/tests/rustdoc-js/full-path-function.js
+++ b/tests/rustdoc-js/full-path-function.js
@@ -4,16 +4,16 @@ const EXPECTED = [
     {
         'query': 'sac -> usize',
         'others': [
-            { 'path': 'full_path_function::b::Sac', 'name': 'bar' },
             { 'path': 'full_path_function::b::Sac', 'name': 'len' },
             { 'path': 'full_path_function::sac::Sac', 'name': 'len' },
+            { 'path': 'full_path_function::b::Sac', 'name': 'bar' },
         ],
     },
     {
         'query': 'b::sac -> usize',
         'others': [
-            { 'path': 'full_path_function::b::Sac', 'name': 'bar' },
             { 'path': 'full_path_function::b::Sac', 'name': 'len' },
+            { 'path': 'full_path_function::b::Sac', 'name': 'bar' },
         ],
     },
     {