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
This commit is contained in:
Aleksey Kladov 2019-01-23 16:05:13 +03:00
parent 86507c0626
commit 2dbf58c579
7 changed files with 72 additions and 47 deletions

View file

@ -0,0 +1,3 @@
use test_utils::mark;
mark!(inserts_parens_for_function_calls);