Update tests to reflect new completions

This commit is contained in:
nathanwhit 2020-04-20 15:49:50 -04:00
parent 18ad86fdda
commit dfde73ef90

View File

@ -103,7 +103,7 @@ fn quux(x: Option<Enum>) {
} }
" "
), ),
@r###"[]"### @"[]"
); );
} }