MIPS[64]: Fix typo in StackSlotAlignment test

BUG=

Review-Url: https://codereview.chromium.org/2892713002
Cr-Commit-Position: refs/heads/master@{#45392}
This commit is contained in:
ivica.bogosavljevic 2017-05-18 02:42:44 -07:00 committed by Commit bot
parent 17512c3799
commit bbb728bff4

View File

@ -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