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

Unified Diff: test/cctest/test-migrations.cc

Issue 923943003: Fix for the compilation failure due to multi-line comments in test-migrations.cc (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 10 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-migrations.cc
diff --git a/test/cctest/test-migrations.cc b/test/cctest/test-migrations.cc
index 79e23c2b639b03b25088747706c0b70281d8595d..2ecfee86330b2a5904519f1f46546b7ef3e86a59 100644
--- a/test/cctest/test-migrations.cc
+++ b/test/cctest/test-migrations.cc
@@ -844,8 +844,8 @@ TEST(GeneralizeRepresentationWithAccessorProperties) {
// This test ensures that representation/field type generalization is correctly
// propagated from one branch of transition tree (|map2|) to another (|map|).
//
-// - p2B - p3 - p4: |map2|
-// /
+// + - p2B - p3 - p4: |map2|
+// |
// {} - p0 - p1 - p2A - p3 - p4: |map|
//
// where "p2A" and "p2B" differ only in the attributes.
@@ -929,8 +929,8 @@ static void TestReconfigureDataFieldAttribute_GeneralizeRepresentation(
// (from HeapObject to HeapObject) is correctly propagated from one branch of
// transition tree (|map2|) to another (|map|).
//
-// - p2B - p3 - p4: |map2|
-// /
+// + - p2B - p3 - p4: |map2|
+// |
// {} - p0 - p1 - p2A - p3 - p4: |map|
//
// where "p2A" and "p2B" differ only in the attributes.
@@ -1160,13 +1160,13 @@ struct CheckCopyGeneralizeAllRepresentations {
// This test ensures that representation/field type generalization is correctly
// propagated from one branch of transition tree (|map2|) to another (|map1|).
//
-// - p2B - p3 - p4: |map2|
-// /
+// + - p2B - p3 - p4: |map2|
+// |
// {} - p0 - p1: |map|
-// \
-// - p2A - p3 - p4: |map1|
-// \
-// - the property customized by the TestConfig provided
+// |
+// + - p2A - p3 - p4: |map1|
+// |
+// + - the property customized by the TestConfig provided
//
// where "p2A" and "p2B" differ only in the attributes.
//
@@ -1892,11 +1892,11 @@ struct PropertyKindReconfigurationChecker {
// 2) create |map1| by adding "p4" to |map0|.
// 3) create |map2| by transition to "p4" from |map0|.
//
-// - p4B: |map2|
-// /
+// + - p4B: |map2|
+// |
// {} - p0 - p1 - pA - p3: |map|
-// \
-// - p4A: |map1|
+// |
+// + - p4A: |map1|
//
// where "p4A" and "p4B" differ only in the attributes.
//
« 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