diff options
author | Aleksey Kladov <[email protected]> | 2020-06-03 11:39:11 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-06-03 11:39:11 +0100 |
commit | 2e7d12d2f3ccfd1ef9946d1212e2455e5937c521 (patch) | |
tree | 92cc01ebc29f91adb5951b6898e4543217039463 /crates | |
parent | 8baa4c5d07690dc908b6299471c936c0d87ad871 (diff) |
Drop test for old format
Diffstat (limited to 'crates')
-rw-r--r-- | crates/rust-analyzer/tests/heavy_tests/main.rs | 2 |
1 files changed, 0 insertions, 2 deletions
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() { | |||
331 | "deps": [], | 331 | "deps": [], |
332 | "edition": "2015", | 332 | "edition": "2015", |
333 | "cfg": [ "cfg_atom_1", "feature=cfg_1"], | 333 | "cfg": [ "cfg_atom_1", "feature=cfg_1"], |
334 | "atom_cfgs": ["atom_2"], | ||
335 | "key_value_cfgs": { "feature": "key_value_feature", "other": "value"} | ||
336 | } ] | 334 | } ] |
337 | }); | 335 | }); |
338 | 336 | ||