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() { 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
", ",
); );