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

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

Issue 2650853008: [TypeFeedbackVector] Remove unnecessary Parameters metadata (Closed)
Patch Set: compilation failure. Created 3 years, 11 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 | « src/type-feedback-vector-inl.h ('k') | 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 8ff4997c0115a87aaf3291c5e5dd2fa42c0c5bb8..b38bca88bda055d6b5643505ebfcac63647151d8 100644
--- a/test/cctest/test-feedback-vector.cc
+++ b/test/cctest/test-feedback-vector.cc
@@ -99,7 +99,7 @@ TEST(VectorStructure) {
{
FeedbackVectorSpec spec(&zone);
spec.AddGeneralSlot();
- spec.AddCreateClosureSlot(5);
+ spec.AddCreateClosureSlot();
spec.AddGeneralSlot();
vector = NewTypeFeedbackVector(isolate, &spec);
FeedbackVectorHelper helper(vector);
« no previous file with comments | « src/type-feedback-vector-inl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698