| Index: test/cctest/test-serialize.cc
|
| diff --git a/test/cctest/test-serialize.cc b/test/cctest/test-serialize.cc
|
| index 888c8422712e5386a22bb3423e7e2b87addef69f..74ed140804a203f5efdb338c257638d051adfd2e 100644
|
| --- a/test/cctest/test-serialize.cc
|
| +++ b/test/cctest/test-serialize.cc
|
| @@ -292,8 +292,8 @@ static void SanityCheck() {
|
| #endif
|
| CHECK(Isolate::Current()->global_object()->IsJSObject());
|
| CHECK(Isolate::Current()->native_context()->IsContext());
|
| - CHECK(HEAP->symbol_table()->IsSymbolTable());
|
| - CHECK(!FACTORY->LookupOneByteSymbol(
|
| + CHECK(HEAP->string_table()->IsStringTable());
|
| + CHECK(!FACTORY->InternalizeOneByteString(
|
| STATIC_ASCII_VECTOR("Empty"))->IsFailure());
|
| }
|
|
|
|
|