refactor: correct test sample

giving a sorted file is useless

Signed-off-by: 蔡略 <cailue@bupt.edu.cn>
This commit is contained in:
蔡略 2023-04-09 00:24:25 +08:00
parent e90e1901ef
commit 475aa2839f

View File

@ -309,8 +309,8 @@ fn b() {}
impl Bar for Foo { impl Bar for Foo {
type T = ();$0 type T = ();$0
const C: () = (); const C: () = ();
fn a() {}
fn z() {} fn z() {}
fn a() {}
fn b() {} fn b() {}
} }
"#, "#,