Index: test/cctest/test-list.cc |
diff --git a/test/cctest/test-list.cc b/test/cctest/test-list.cc |
index 740b432f3e8c041676db592af329d94c93147e8b..a29972b583bb7754cb33b8bcba9580c3620958b7 100644 |
--- a/test/cctest/test-list.cc |
+++ b/test/cctest/test-list.cc |
@@ -51,6 +51,7 @@ class ZeroingAllocationPolicy { |
} |
}; |
+ |
// Check that we can add (a reference to) an element of the list |
// itself. |
TEST(ListAdd) { |
@@ -66,6 +67,7 @@ TEST(ListAdd) { |
CHECK_EQ(1, list[4]); |
} |
+ |
// Test that we can add all elements from a list to another list. |
TEST(ListAddAll) { |
List<int, ZeroingAllocationPolicy> list(4); |