| Index: test/cctest/test-heap.cc
|
| diff --git a/test/cctest/test-heap.cc b/test/cctest/test-heap.cc
|
| index d441ab6afe2c03c999b89be96e8ca6f491e7de11..36988ad78968133c0c447965ffc5fdec1d880610 100644
|
| --- a/test/cctest/test-heap.cc
|
| +++ b/test/cctest/test-heap.cc
|
| @@ -5551,7 +5551,7 @@ TEST(NewSpaceAllocationThroughput2) {
|
| size_t counter2 = 2000;
|
| tracer->SampleNewSpaceAllocation(time2, counter2);
|
| size_t bytes = tracer->NewSpaceAllocatedBytesInLast(1000);
|
| - CHECK_EQ(0, bytes);
|
| + CHECK_EQ(10000, bytes);
|
| int time3 = 1000;
|
| size_t counter3 = 30000;
|
| tracer->SampleNewSpaceAllocation(time3, counter3);
|
|
|