| Index: runtime/vm/code_descriptors_test.cc
|
| ===================================================================
|
| --- runtime/vm/code_descriptors_test.cc (revision 18992)
|
| +++ runtime/vm/code_descriptors_test.cc (working copy)
|
| @@ -278,7 +278,7 @@
|
| // is called, this should then cause the stack map of function 'A.foo'
|
| // to be traversed and the appropriate objects visited.
|
| const Object& result = Object::Handle(
|
| - DartEntry::InvokeStatic(function_foo, Object::empty_array()));
|
| + DartEntry::InvokeFunction(function_foo, Object::empty_array()));
|
| EXPECT(!result.IsError());
|
| }
|
|
|
|
|