| Index: test/unittests/compiler-dispatcher/compiler-dispatcher-job-unittest.cc
|
| diff --git a/test/unittests/compiler-dispatcher/compiler-dispatcher-job-unittest.cc b/test/unittests/compiler-dispatcher/compiler-dispatcher-job-unittest.cc
|
| index 13f77ec45831da7610d50b2373312ac227769abf..e1101dfe31f6c49bec3b44c50fd401c34cdebf23 100644
|
| --- a/test/unittests/compiler-dispatcher/compiler-dispatcher-job-unittest.cc
|
| +++ b/test/unittests/compiler-dispatcher/compiler-dispatcher-job-unittest.cc
|
| @@ -43,7 +43,6 @@ class IgnitionCompilerDispatcherJobTest : public CompilerDispatcherJobTest {
|
| static void SetUpTestCase() {
|
| old_flag_ = i::FLAG_ignition;
|
| i::FLAG_ignition = true;
|
| - i::FLAG_never_compact = true;
|
| TestWithContext::SetUpTestCase();
|
| }
|
|
|
|
|