tests: fixture 파일명과 unit 동기화
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
// ERROR:6:move
|
||||
unit badloop;
|
||||
|
||||
fn bad(p: ^i32, again: bool) -> void {
|
||||
while again {
|
||||
mem.destroy(p);
|
||||
}
|
||||
mem.destroy(p);
|
||||
}
|
||||
Reference in New Issue
Block a user