Fix extract_variable test

This commit is contained in:
Lukas Wirth 2023-03-04 14:58:58 +01:00
parent 1b5bc83118
commit b8276481e7

View File

@ -287,7 +287,7 @@ fn foo() {
extract_variable,
r"
fn foo() {
$0{ let x = 0; x }$0
$0{ let x = 0; x }$0;
something_else();
}",
r"