| Index: test/cctest/test-code-stub-assembler.cc
 | 
| diff --git a/test/cctest/test-code-stub-assembler.cc b/test/cctest/test-code-stub-assembler.cc
 | 
| index 701cf186fd33aabf53f2c29769b277d1a37f9c89..8aa6349c716387ffe4d858ac4783dca1c641cda9 100644
 | 
| --- a/test/cctest/test-code-stub-assembler.cc
 | 
| +++ b/test/cctest/test-code-stub-assembler.cc
 | 
| @@ -1960,6 +1960,8 @@ TEST(CodeStubAssemblerGraphsCorrectness) {
 | 
|      Recompile<LoadGlobalICStub>(isolate, LoadGlobalICState(NOT_INSIDE_TYPEOF));
 | 
|      Recompile<LoadICStub>(isolate);
 | 
|      Recompile<KeyedLoadICTFStub>(isolate);
 | 
| +    Recompile<StoreICStub>(isolate, StoreICState(STRICT));
 | 
| +    Recompile<KeyedStoreICTFStub>(isolate, StoreICState(STRICT));
 | 
|    }
 | 
|    v8_isolate->Dispose();
 | 
|  }
 | 
| 
 |