Index: test/inspector/debugger/wasm-stack.js |
diff --git a/test/inspector/debugger/wasm-stack.js b/test/inspector/debugger/wasm-stack.js |
index 7ac360935bc4ce7733fe372c84be411e73c90873..ca388f4617dbf94884df5544245b66b9b169b43d 100644 |
--- a/test/inspector/debugger/wasm-stack.js |
+++ b/test/inspector/debugger/wasm-stack.js |
@@ -18,7 +18,7 @@ var call_imported_idx = builder.addFunction('call_func', kSig_v_v) |
// Open a block in order to make the positions more interesting... |
builder.addFunction('main', kSig_v_v) |
.addBody( |
- [kExprBlock, kAstStmt, kExprCallFunction, call_imported_idx, kExprEnd]) |
+ [kExprBlock, kWasmStmt, kExprCallFunction, call_imported_idx, kExprEnd]) |
.exportAs('main'); |
var module_bytes = builder.toArray(); |