Move out record completion tests

This commit is contained in:
Lukas Wirth 2021-07-22 19:38:49 +02:00
parent 444679f202
commit 2d696b9c9e
3 changed files with 233 additions and 322 deletions

View file

@ -10,6 +10,7 @@ mod item_list;
mod item;
mod pattern;
mod predicate;
mod record;
mod sourcegen;
mod type_pos;
mod use_tree;