| Index: runtime/vm/dart_entry_test.cc
|
| ===================================================================
|
| --- runtime/vm/dart_entry_test.cc (revision 42760)
|
| +++ runtime/vm/dart_entry_test.cc (working copy)
|
| @@ -63,7 +63,6 @@
|
| String& name = String::Handle(String::New("foo"));
|
| Function& function = Function::Handle(cls.LookupStaticFunction(name));
|
| EXPECT(!function.IsNull());
|
| - GrowableArray<const Object*> arguments;
|
| const Object& retval = Object::Handle(
|
| DartEntry::InvokeFunction(function, Object::empty_array()));
|
| EXPECT(retval.IsError());
|
|
|