Fix tests and cli

This commit is contained in:
Wei Tang
2018-06-29 19:06:33 +08:00
parent d6f82000ee
commit af2d61b9f8
4 changed files with 23 additions and 23 deletions
+4 -4
View File
@@ -249,7 +249,7 @@ mod test {
.function()
.signature().build()
.body()
.with_opcodes(elements::Instructions::new(
.with_instructions(elements::Instructions::new(
vec![
elements::Instruction::End
]
@@ -259,7 +259,7 @@ mod test {
.function()
.signature().build()
.body()
.with_opcodes(elements::Instructions::new(
.with_instructions(elements::Instructions::new(
vec![
elements::Instruction::End
]
@@ -298,7 +298,7 @@ mod test {
.function()
.signature().build()
.body()
.with_opcodes(elements::Instructions::new(
.with_instructions(elements::Instructions::new(
vec![
elements::Instruction::End
]
@@ -308,7 +308,7 @@ mod test {
.function()
.signature().build()
.body()
.with_opcodes(elements::Instructions::new(
.with_instructions(elements::Instructions::new(
vec![
elements::Instruction::End
]