| Index: test/cctest/compiler/test-scheduler.cc
 | 
| diff --git a/test/cctest/compiler/test-scheduler.cc b/test/cctest/compiler/test-scheduler.cc
 | 
| index 757f83a7109ac14c58618652220332bade49db9d..43c8ae646e4966b5f82ec89fb0fc41e1bf985d56 100644
 | 
| --- a/test/cctest/compiler/test-scheduler.cc
 | 
| +++ b/test/cctest/compiler/test-scheduler.cc
 | 
| @@ -1713,6 +1713,8 @@ static Handle<JSFunction> Compile(const char* source) {
 | 
|  
 | 
|  
 | 
|  TEST(BuildScheduleTrivialLazyDeoptCall) {
 | 
| +  FLAG_turbo_deoptimization = true;
 | 
| +
 | 
|    HandleAndZoneScope scope;
 | 
|    Isolate* isolate = scope.main_isolate();
 | 
|    Graph graph(scope.main_zone());
 | 
| 
 |