tests: fixture 파일명과 unit 동기화
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
unit okcatmov;
|
||||
|
||||
error E { Bad = 1, }
|
||||
struct Node { value: i32, }
|
||||
|
||||
fn recover(result: E!^Node, fallback: ^Node) -> ^Node {
|
||||
return result catch fallback;
|
||||
}
|
||||
Reference in New Issue
Block a user