Chromium Code Reviews| Index: vm/object_test.cc |
| =================================================================== |
| --- vm/object_test.cc (revision 10450) |
| +++ vm/object_test.cc (working copy) |
| @@ -111,6 +111,8 @@ |
| cls.set_interfaces(interfaces); |
| cls.Finalize(); |
| + ASSERT(cls.functions_cache() == Array::null()); |
| + cls.InitFunctionsCache(); |
| const Array& array = Array::Handle(cls.functions_cache()); |
| array.SetAt(0, function_name); |
| cls.set_functions_cache(array); |