]> git.lizzy.rs Git - rust.git/commitdiff
Remove outdated rustdoc PinBox tests
authorTaylor Cramer <cramertj@google.com>
Tue, 18 Sep 2018 08:42:27 +0000 (01:42 -0700)
committerTaylor Cramer <cramertj@google.com>
Tue, 18 Sep 2018 08:42:27 +0000 (01:42 -0700)
src/test/rustdoc-js/pinbox-new.js [deleted file]
src/test/rustdoc-js/vec-new.js

diff --git a/src/test/rustdoc-js/pinbox-new.js b/src/test/rustdoc-js/pinbox-new.js
deleted file mode 100644 (file)
index 55842dc..0000000
+++ /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' },
-    ],
-};
index 4a654ccb1350351e13fb47a3579fe7d5b3301a66..42951724648fddb9fec66af643d9f8c144421e54 100644 (file)
@@ -14,6 +14,5 @@ const EXPECTED = {
     'others': [
         { 'path': 'std::vec::Vec', 'name': 'new' },
         { 'path': 'std::vec::Vec', 'name': 'ne' },
     'others': [
         { 'path': 'std::vec::Vec', 'name': 'new' },
         { 'path': 'std::vec::Vec', 'name': 'ne' },
-        { 'path': 'std::pin::PinBox', 'name': 'new' },
     ],
 };
     ],
 };