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:
parent
17512c3799
commit
bbb728bff4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user