Skip to content

Commit

Permalink
Improve filter test
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Dec 3, 2018
1 parent afe4107 commit 3f253f5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/test/rustdoc-js/filter-crate.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// should-fail
// exact-check

const QUERY = 'string';
const QUERY = 'hashmap';
const FILTER_CRATE = 'core';

const EXPECTED = {
'others': [
{ 'path': 'std::collections', 'name': 'VecDeque' },
],
};

0 comments on commit 3f253f5

Please sign in to comment.