Index: test/mjsunit/wasm/verify-function-simple.js |
diff --git a/test/mjsunit/wasm/verify-function-simple.js b/test/mjsunit/wasm/verify-function-simple.js |
index aa5c67683eb16ad38c210c8c97e54122ffab74ae..99239d99cfed36f7325f1f6ee469f8032020a1d9 100644 |
--- a/test/mjsunit/wasm/verify-function-simple.js |
+++ b/test/mjsunit/wasm/verify-function-simple.js |
@@ -25,7 +25,7 @@ try { |
var data = bytes( |
0, kAstI32, // signature |
kDeclNoLocals, // -- |
- kExprBlock, 2, kExprNop, kExprNop // body |
+ kExprBlock, kExprNop, kExprNop, kExprEnd // body |
); |
Wasm.verifyFunction(data); |