Index: test/mjsunit/wasm/module-memory.js |
diff --git a/test/mjsunit/wasm/module-memory.js b/test/mjsunit/wasm/module-memory.js |
index 8c57ca00d57f563857d5b2682c436d4bc3197945..bfc85f4e2b25d1f16018f716a18b524f736af96e 100644 |
--- a/test/mjsunit/wasm/module-memory.js |
+++ b/test/mjsunit/wasm/module-memory.js |
@@ -17,12 +17,12 @@ function genModule(memory) { |
.addBody([ |
// main body: while(i) { if(mem[i]) return -1; i -= 4; } return 0; |
// TODO(titzer): this manual bytecode has a copy of test-run-wasm.cc |
- /**/ kExprLoop, kAstStmt, // -- |
+ /**/ kExprLoop, kWasmStmt, // -- |
/* */ kExprGetLocal, 0, // -- |
- /* */ kExprIf, kAstStmt, // -- |
+ /* */ kExprIf, kWasmStmt, // -- |
/* */ kExprGetLocal, 0, // -- |
/* */ kExprI32LoadMem, 0, 0, // -- |
- /* */ kExprIf, kAstStmt, // -- |
+ /* */ kExprIf, kWasmStmt, // -- |
/* */ kExprI8Const, 255, // -- |
/* */ kExprReturn, // -- |
/* */ kExprEnd, // -- |