@ -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);