update generated tests

This commit is contained in:
jDomantas 2020-08-17 10:47:13 +03:00
parent 9f548a0295
commit 38e3088a56

View File

@ -82,8 +82,8 @@ fn bar(&self) {}
impl Trait for () {
Type X = ();
fn foo(&self) {}
$0fn bar(&self) {}
$0fn bar(&self) {}
}
"#####,
)
@ -115,7 +115,6 @@ impl Trait<u32> for () {
fn foo(&self) -> u32 {
${0:todo!()}
}
}
"#####,
)