From 2dbf58c579d6fe6a8acefcd9ae17eef7e984bca1 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Wed, 23 Jan 2019 16:05:13 +0300 Subject: move completion item tests closer to the code this is the reason why we need marks: the tests were spread across two files, because I've forgotten that there were tests already --- crates/ra_ide_api/src/marks.rs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 crates/ra_ide_api/src/marks.rs (limited to 'crates/ra_ide_api/src/marks.rs') diff --git a/crates/ra_ide_api/src/marks.rs b/crates/ra_ide_api/src/marks.rs new file mode 100644 index 000000000..b4a726ef0 --- /dev/null +++ b/crates/ra_ide_api/src/marks.rs @@ -0,0 +1,3 @@ +use test_utils::mark; + +mark!(inserts_parens_for_function_calls); -- cgit v1.2.3