diff options
author | Aleksey Kladov <[email protected]> | 2019-02-11 19:24:39 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-02-11 19:24:39 +0000 |
commit | 0d060b073ce965511e3c794c4b6e70f69d14d2ff (patch) | |
tree | ca0c8d13f9723a4d54feec9e3359c2e5461712b3 /crates/ra_ide_api/tests | |
parent | a78142cc648cd0c95dcaabc598d614f0edc24eb6 (diff) |
remove hard-coded query-group macro
Diffstat (limited to 'crates/ra_ide_api/tests')
-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 | " |