| 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 4115021727aae61112c2fe8f1047f2e056686909..701cf186fd33aabf53f2c29769b277d1a37f9c89 100644
|
| --- a/test/cctest/test-code-stub-assembler.cc
|
| +++ b/test/cctest/test-code-stub-assembler.cc
|
| @@ -1958,6 +1958,8 @@ TEST(CodeStubAssemblerGraphsCorrectness) {
|
|
|
| // Recompile some stubs here.
|
| Recompile<LoadGlobalICStub>(isolate, LoadGlobalICState(NOT_INSIDE_TYPEOF));
|
| + Recompile<LoadICStub>(isolate);
|
| + Recompile<KeyedLoadICTFStub>(isolate);
|
| }
|
| v8_isolate->Dispose();
|
| }
|
|
|