Commit bbb728bf authored by ivica.bogosavljevic's avatar ivica.bogosavljevic Committed by Commit bot

MIPS[64]: Fix typo in StackSlotAlignment test

BUG=

Review-Url: https://codereview.chromium.org/2892713002
Cr-Commit-Position: refs/heads/master@{#45392}
parent 17512c37
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment