diff options
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 | " |