Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(754)

Unified Diff: test/cctest/test-feedback-vector.cc

Issue 667153005: Fix for the cctest compilation issue on Mac after r24911. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-feedback-vector.cc
diff --git a/test/cctest/test-feedback-vector.cc b/test/cctest/test-feedback-vector.cc
index 656e23b20035b54177db93b48737381191cb4199..79c6ea26686c20239dab1b37207564d7ad775953 100644
--- a/test/cctest/test-feedback-vector.cc
+++ b/test/cctest/test-feedback-vector.cc
@@ -90,7 +90,7 @@ TEST(VectorICMetadata) {
kind = Code::CALL_IC;
else if (i % 3 == 1)
kind = Code::LOAD_IC;
- else if (i % 3 == 2)
+ else
kind = Code::KEYED_LOAD_IC;
vector->SetKind(FeedbackVectorICSlot(i), kind);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698