| Index: third_party/WebKit/Source/platform/PODIntervalTreeTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/PODIntervalTreeTest.cpp b/third_party/WebKit/Source/platform/PODIntervalTreeTest.cpp
|
| index 3517d45968ab3246b79dbee67fe9e93717cce19b..c18bd9570f684f644fb5decbb9f8da96794bb56d 100644
|
| --- a/third_party/WebKit/Source/platform/PODIntervalTreeTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/PODIntervalTreeTest.cpp
|
| @@ -329,7 +329,8 @@ TEST(PODIntervalTreeTest, RandomDeletionAndInsertionRegressionTest3) {
|
| }
|
|
|
| TEST(PODIntervalTreeTest, RandomDeletionAndInsertionRegressionTest4) {
|
| - // Even further reduced test case for RandomDeletionAndInsertionRegressionTest3.
|
| + // Even further reduced test case for
|
| + // RandomDeletionAndInsertionRegressionTest3.
|
| PODIntervalTree<int> tree;
|
| tree.add(tree.createInterval(0, 5));
|
| ASSERT_TRUE(tree.checkInvariants());
|
|
|