| Index: test/cctest/test-heap-profiler.cc
|
| diff --git a/test/cctest/test-heap-profiler.cc b/test/cctest/test-heap-profiler.cc
|
| index f076de0c5320f618a6440999f47678f6156f5dd3..9721477b286144bd61e073c788058cae7d7eec80 100644
|
| --- a/test/cctest/test-heap-profiler.cc
|
| +++ b/test/cctest/test-heap-profiler.cc
|
| @@ -360,7 +360,7 @@ TEST(HeapSnapshotCodeObjects) {
|
| }
|
| }
|
| CHECK(compiled_references_x);
|
| - if (i::FLAG_lazy && !(i::FLAG_ignition && i::FLAG_ignition_eager)) {
|
| + if (i::FLAG_lazy) {
|
| CHECK(!lazy_references_x);
|
| }
|
| }
|
|
|