Improve filter test

This commit is contained in:
Guillaume Gomez 2018-12-03 23:04:59 +01:00
parent afe41078ad
commit 3f253f5394

View file

@ -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' },
],
};