| Index: test/cctest/compiler/test-run-machops.cc
|
| diff --git a/test/cctest/compiler/test-run-machops.cc b/test/cctest/compiler/test-run-machops.cc
|
| index 3da6b261d781afd70d91c71e433e17fad9cd9cc5..0b664dad7df0e6e82b0a521c8ade4983e7d2e4c5 100644
|
| --- a/test/cctest/compiler/test-run-machops.cc
|
| +++ b/test/cctest/compiler/test-run-machops.cc
|
| @@ -6762,7 +6762,7 @@ TEST(StackSlotAlignment) {
|
| }
|
|
|
| r.Return(alignment_counter);
|
| - CHECK_EQ(0, r.Call(1));
|
| + CHECK_EQ(0, r.Call());
|
| }
|
|
|
| #endif // V8_HOST_ARCH_MIPS || V8_HOST_ARCH_MIPS64
|
|
|