Commit 3a26fc11 authored by ishell@chromium.org's avatar ishell@chromium.org

Fix for the cctest compilation issue on Mac after r24911.

TBR=mvstanton@chromium.org

Review URL: https://codereview.chromium.org/667153005

Cr-Commit-Position: refs/heads/master@{#24913}
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24913 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 8680952d
...@@ -90,7 +90,7 @@ TEST(VectorICMetadata) { ...@@ -90,7 +90,7 @@ TEST(VectorICMetadata) {
kind = Code::CALL_IC; kind = Code::CALL_IC;
else if (i % 3 == 1) else if (i % 3 == 1)
kind = Code::LOAD_IC; kind = Code::LOAD_IC;
else if (i % 3 == 2) else
kind = Code::KEYED_LOAD_IC; kind = Code::KEYED_LOAD_IC;
vector->SetKind(FeedbackVectorICSlot(i), kind); vector->SetKind(FeedbackVectorICSlot(i), kind);
} }
......
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