Index: test/cctest/test-serialize.cc |
=================================================================== |
--- test/cctest/test-serialize.cc (revision 4073) |
+++ test/cctest/test-serialize.cc (working copy) |
@@ -283,6 +283,7 @@ |
#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()); |
} |