| Index: test/cctest/wasm/test-run-wasm-interpreter.cc
|
| diff --git a/test/cctest/wasm/test-run-wasm-interpreter.cc b/test/cctest/wasm/test-run-wasm-interpreter.cc
|
| index 71744ae69d87044a49c3487af92011f01b88c576..e355b68d19053950983ad4ebe6ce605a6b5bb46a 100644
|
| --- a/test/cctest/wasm/test-run-wasm-interpreter.cc
|
| +++ b/test/cctest/wasm/test-run-wasm-interpreter.cc
|
| @@ -219,7 +219,7 @@ TEST(Breakpoint_I32Add) {
|
| }
|
|
|
| TEST(Step_I32Mul) {
|
| - static const int kTraceLength = 4;
|
| + static const int kTraceLength = 5;
|
| byte code[] = {WASM_I32_MUL(WASM_GET_LOCAL(0), WASM_GET_LOCAL(1))};
|
|
|
| WasmRunner<int32_t, uint32_t, uint32_t> r(kExecuteInterpreted);
|
|
|