about summary refs log tree commit diff
path: root/src/test/rustdoc-js/pinbox-new.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/rustdoc-js/pinbox-new.js')
-rw-r--r--src/test/rustdoc-js/pinbox-new.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/rustdoc-js/pinbox-new.js b/src/test/rustdoc-js/pinbox-new.js
index 061c7b30741..55842dc8e45 100644
--- a/src/test/rustdoc-js/pinbox-new.js
+++ b/src/test/rustdoc-js/pinbox-new.js
@@ -14,7 +14,7 @@ const QUERY = 'pinbox::new';
 
 const EXPECTED = {
     'others': [
-        { 'path': 'std::boxed::PinBox', 'name': 'new' },
-        { 'path': 'alloc::boxed::PinBox', 'name': 'new' },
+        { 'path': 'std::pin::PinBox', 'name': 'new' },
+        { 'path': 'alloc::pin::PinBox', 'name': 'new' },
     ],
 };