Fix test fixture

This commit is contained in:
Lukas Wirth 2022-02-02 12:42:13 +01:00
parent 7267749f6b
commit 2d77eb1e12

View File

@ -1669,7 +1669,7 @@ fn main() {
foo(a.0);
}
fn foo(arg0: ()) ${0:-> _} {
fn foo(a: ()) ${0:-> _} {
todo!()
}
",