| Index: test/cctest/test-heap.cc
|
| diff --git a/test/cctest/test-heap.cc b/test/cctest/test-heap.cc
|
| index aa5fe59bd991b9dc7f9016fa5bfcde49f803d03f..3e3cf62fa12cd3dcc1a60e7dd366842b4fd69df0 100644
|
| --- a/test/cctest/test-heap.cc
|
| +++ b/test/cctest/test-heap.cc
|
| @@ -966,7 +966,7 @@ TEST(Regression39128) {
|
| TEST(TestCodeFlushing) {
|
| i::FLAG_allow_natives_syntax = true;
|
| // If we do not flush code this test is invalid.
|
| - if (!FLAG_flush_code) return;
|
| + if (!FLAG_flush_code || FLAG_new_gc) return;
|
| InitializeVM();
|
| v8::HandleScope scope;
|
| const char* source = "function foo() {"
|
|
|