diff options
| author | Taylor Cramer <cramertj@google.com> | 2018-09-18 01:42:27 -0700 |
|---|---|---|
| committer | Taylor Cramer <cramertj@google.com> | 2018-09-18 01:42:27 -0700 |
| commit | 403d12d696a344cd6a9251e46c313e00f0316f9b (patch) | |
| tree | 383f968569fa0e7ae19161ea7aebe89f4c624189 /src/test/rustdoc-js | |
| parent | 3ec1810e329bb9dfa0cf0686bdc13558771785d2 (diff) | |
| download | rust-403d12d696a344cd6a9251e46c313e00f0316f9b.tar.gz rust-403d12d696a344cd6a9251e46c313e00f0316f9b.zip | |
Remove outdated rustdoc PinBox tests
Diffstat (limited to 'src/test/rustdoc-js')
| -rw-r--r-- | src/test/rustdoc-js/pinbox-new.js | 20 | ||||
| -rw-r--r-- | src/test/rustdoc-js/vec-new.js | 1 |
2 files changed, 0 insertions, 21 deletions
diff --git a/src/test/rustdoc-js/pinbox-new.js b/src/test/rustdoc-js/pinbox-new.js deleted file mode 100644 index 55842dc8e45..00000000000 --- a/src/test/rustdoc-js/pinbox-new.js +++ /dev/null @@ -1,20 +0,0 @@ -// Copyright 2018 The Rust Project Developers. See the COPYRIGHT -// file at the top-level directory of this distribution and at -// http://rust-lang.org/COPYRIGHT. -// -// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or -// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license -// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. - -// exact-check - -const QUERY = 'pinbox::new'; - -const EXPECTED = { - 'others': [ - { 'path': 'std::pin::PinBox', 'name': 'new' }, - { 'path': 'alloc::pin::PinBox', 'name': 'new' }, - ], -}; diff --git a/src/test/rustdoc-js/vec-new.js b/src/test/rustdoc-js/vec-new.js index 4a654ccb135..42951724648 100644 --- a/src/test/rustdoc-js/vec-new.js +++ b/src/test/rustdoc-js/vec-new.js @@ -14,6 +14,5 @@ const EXPECTED = { 'others': [ { 'path': 'std::vec::Vec', 'name': 'new' }, { 'path': 'std::vec::Vec', 'name': 'ne' }, - { 'path': 'std::pin::PinBox', 'name': 'new' }, ], }; |
