| Index: test/cctest/test-serialize.cc
|
| diff --git a/test/cctest/test-serialize.cc b/test/cctest/test-serialize.cc
|
| index 1283dfdac8ada79fb96a4f5504d8cd16c64d867d..4308ff5ef65df1b3607cffcde6b1687b22c2d74d 100644
|
| --- a/test/cctest/test-serialize.cc
|
| +++ b/test/cctest/test-serialize.cc
|
| @@ -283,7 +283,6 @@ static void SanityCheck() {
|
| #endif
|
| CHECK(Top::global()->IsJSObject());
|
| CHECK(Top::global_context()->IsContext());
|
| - CHECK(Top::special_function_table()->IsFixedArray());
|
| CHECK(Heap::symbol_table()->IsSymbolTable());
|
| CHECK(!Factory::LookupAsciiSymbol("Empty")->IsFailure());
|
| }
|
|
|