Forgotten cargo fmt

master
itycodes 2 weeks ago
parent 44554f5308
commit 4de3cb11d8

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

Loading…
Cancel
Save