diff options
Diffstat (limited to 'src/test/rustdoc-js/reexport.js')
| -rw-r--r-- | src/test/rustdoc-js/reexport.js | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/test/rustdoc-js/reexport.js b/src/test/rustdoc-js/reexport.js deleted file mode 100644 index 871e75d9b2b..00000000000 --- a/src/test/rustdoc-js/reexport.js +++ /dev/null @@ -1,17 +0,0 @@ -// exact-check - -const QUERY = ['Subscriber', 'AnotherOne']; - -const EXPECTED = [ - { - 'others': [ - { 'path': 'reexport::fmt', 'name': 'Subscriber' }, - { 'path': 'reexport', 'name': 'FmtSubscriber' }, - ], - }, - { - 'others': [ - { 'path': 'reexport', 'name': 'AnotherOne' }, - ], - }, -]; |
