| Index: test/cctest/wasm/test-run-wasm.cc
|
| diff --git a/test/cctest/wasm/test-run-wasm.cc b/test/cctest/wasm/test-run-wasm.cc
|
| index 9891cb631f8f8e2406acf0c0412dd14c90a23f32..e312ffaaa969cf451c68202e2aec0350c31b9cd9 100644
|
| --- a/test/cctest/wasm/test-run-wasm.cc
|
| +++ b/test/cctest/wasm/test-run-wasm.cc
|
| @@ -2472,7 +2472,6 @@ WASM_EXEC_TEST(MultipleCallIndirect) {
|
| WASM_GET_LOCAL(2)),
|
| WASM_CALL_INDIRECT2(1, WASM_GET_LOCAL(1), WASM_GET_LOCAL(2),
|
| WASM_GET_LOCAL(0))));
|
| -
|
| CHECK_EQ(5, r.Call(0, 1, 2));
|
| CHECK_EQ(19, r.Call(0, 1, 9));
|
| CHECK_EQ(1, r.Call(1, 0, 2));
|
|
|