Skip to content

Commit 3f253f5

Browse files
Improve filter test
1 parent afe4107 commit 3f253f5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/test/rustdoc-js/filter-crate.js

+2-3
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,12 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// should-fail
11+
// exact-check
1212

13-
const QUERY = 'string';
13+
const QUERY = 'hashmap';
1414
const FILTER_CRATE = 'core';
1515

1616
const EXPECTED = {
1717
'others': [
18-
{ 'path': 'std::collections', 'name': 'VecDeque' },
1918
],
2019
};

0 commit comments

Comments
 (0)