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 31c23a6b692c2e90d53adf29530ca47c59d315fb..1ac25143d783e6e0ccf57dd76b2b45c1ec302bae 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( |
kWasmFunctionTypeForm, 0, 1, kAstI32, // signature |
kDeclNoLocals, // -- |
- kExprBlock, kExprNop, kExprNop, kExprEnd // body |
+ kExprBlock, kAstStmt, kExprNop, kExprNop, kExprEnd // body |
); |
Wasm.verifyFunction(data); |