Forgotten cargo fmt

master
itycodes 2 weeks ago
parent 44554f5308
commit 4de3cb11d8

@ -174,13 +174,13 @@ fn test_fun_ssa() {
Instruction {
result_id: None,
op: "OpReturn".to_string(),
operands: vec![]
operands: vec![],
},
Instruction {
result_id: None,
op: "OpFunctionEnd".to_string(),
operands: vec![]
}
operands: vec![],
},
];
assert_eq!(res, res_spv);
}
@ -207,4 +207,4 @@ fn test_fun_ssa_vec() {
let res = res.body.unwrap();
println!("{:#?}", res);
println!("{:#?}", module)
}
}

Loading…
Cancel
Save