| Index: runtime/vm/object_test.cc
|
| ===================================================================
|
| --- runtime/vm/object_test.cc (revision 1381)
|
| +++ runtime/vm/object_test.cc (working copy)
|
| @@ -5,7 +5,6 @@
|
| #include "vm/assert.h"
|
| #include "vm/assembler.h"
|
| #include "vm/bigint_operations.h"
|
| -#include "vm/class_finalizer.h"
|
| #include "vm/isolate.h"
|
| #include "vm/object.h"
|
| #include "vm/object_store.h"
|
| @@ -1745,8 +1744,6 @@
|
| Function& function = Function::Handle();
|
| const String& function_name = String::Handle(String::NewSymbol("foo"));
|
| function = Function::NewClosureFunction(function_name, parent, 0);
|
| - // Postpone signature class finalization.
|
| - ClassFinalizer::ExpectClassesToFinalize();
|
| const Class& signature_class = Class::Handle(
|
| Class::NewSignatureClass(function_name, function, script));
|
| const Closure& closure = Closure::Handle(Closure::New(function, context));
|
|
|