diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-02-11 19:25:26 +0000 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-02-11 19:25:26 +0000 |
commit | db6d214411505de6534fce183e9bea8109bc5283 (patch) | |
tree | ca0c8d13f9723a4d54feec9e3359c2e5461712b3 /crates/ra_ide_api/tests/test | |
parent | a78142cc648cd0c95dcaabc598d614f0edc24eb6 (diff) | |
parent | 0d060b073ce965511e3c794c4b6e70f69d14d2ff (diff) |
Merge #793
793: remove hard-coded query-group macro r=matklad a=matklad
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_ide_api/tests/test')
-rw-r--r-- | crates/ra_ide_api/tests/test/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_ide_api/tests/test/main.rs b/crates/ra_ide_api/tests/test/main.rs index c2cb38f7e..7d1695cfd 100644 --- a/crates/ra_ide_api/tests/test/main.rs +++ b/crates/ra_ide_api/tests/test/main.rs | |||
@@ -91,6 +91,7 @@ fn test_find_all_refs_for_fn_param() { | |||
91 | } | 91 | } |
92 | 92 | ||
93 | #[test] | 93 | #[test] |
94 | #[ignore] | ||
94 | fn world_symbols_include_stuff_from_macros() { | 95 | fn world_symbols_include_stuff_from_macros() { |
95 | let (analysis, _) = single_file( | 96 | let (analysis, _) = single_file( |
96 | " | 97 | " |