Remove specific calling convention in clif-util's run test.

This commit is contained in:
Benjamin Bouvier
2019-08-28 16:05:54 +02:00
parent 9612c71fbd
commit 26efc696c6

View File

@@ -108,13 +108,12 @@ mod test {
fn nop() {
let code = String::from(
"
function %test() -> b8 system_v {
function %test() -> b8 {
ebb0:
nop
v1 = bconst.b8 true
return v1
}
; run
",
);