diff --git a/cranelift/src/run.rs b/cranelift/src/run.rs index 103c2a885f..a3cd94b25d 100644 --- a/cranelift/src/run.rs +++ b/cranelift/src/run.rs @@ -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 ", );