Remove specific calling convention in clif-util's run test.
This commit is contained in:
@@ -108,13 +108,12 @@ mod test {
|
|||||||
fn nop() {
|
fn nop() {
|
||||||
let code = String::from(
|
let code = String::from(
|
||||||
"
|
"
|
||||||
function %test() -> b8 system_v {
|
function %test() -> b8 {
|
||||||
ebb0:
|
ebb0:
|
||||||
nop
|
nop
|
||||||
v1 = bconst.b8 true
|
v1 = bconst.b8 true
|
||||||
return v1
|
return v1
|
||||||
}
|
}
|
||||||
|
|
||||||
; run
|
; run
|
||||||
",
|
",
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user