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