| Index: runtime/vm/code_descriptors_test.cc
|
| ===================================================================
|
| --- runtime/vm/code_descriptors_test.cc (revision 10086)
|
| +++ runtime/vm/code_descriptors_test.cc (working copy)
|
| @@ -26,7 +26,7 @@
|
| const String& function_name = String::ZoneHandle(Symbols::New("test"));
|
| const Function& function = Function::Handle(
|
| Function::New(function_name, RawFunction::kRegularFunction,
|
| - true, false, false, 0));
|
| + true, false, false, false, 0));
|
| function.set_result_type(Type::Handle(Type::DynamicType()));
|
| Class& cls = Class::ZoneHandle();
|
| const Script& script = Script::Handle();
|
|
|