tests: fixture 파일명과 unit 동기화
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// ERROR:5:Some
|
||||
unit badsomev;
|
||||
|
||||
fn bad() -> i32 {
|
||||
let x = Some(1);
|
||||
return x;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user