From 2e7d12d2f3ccfd1ef9946d1212e2455e5937c521 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Wed, 3 Jun 2020 12:39:11 +0200 Subject: Drop test for old format --- crates/rust-analyzer/tests/heavy_tests/main.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'crates') diff --git a/crates/rust-analyzer/tests/heavy_tests/main.rs b/crates/rust-analyzer/tests/heavy_tests/main.rs index 69dc719c5..c1805787a 100644 --- a/crates/rust-analyzer/tests/heavy_tests/main.rs +++ b/crates/rust-analyzer/tests/heavy_tests/main.rs @@ -331,8 +331,6 @@ fn test_missing_module_code_action_in_json_project() { "deps": [], "edition": "2015", "cfg": [ "cfg_atom_1", "feature=cfg_1"], - "atom_cfgs": ["atom_2"], - "key_value_cfgs": { "feature": "key_value_feature", "other": "value"} } ] }); -- cgit v1.2.3