| Index: runtime/vm/runtime_entry_test.cc
|
| ===================================================================
|
| --- runtime/vm/runtime_entry_test.cc (revision 10018)
|
| +++ runtime/vm/runtime_entry_test.cc (working copy)
|
| @@ -16,7 +16,7 @@
|
| const String& function_name = String::ZoneHandle(Symbols::New(name));
|
| const Function& function = Function::ZoneHandle(
|
| Function::New(function_name, RawFunction::kRegularFunction,
|
| - true, false, 0));
|
| + true, false, false, 0));
|
| Class& cls = Class::ZoneHandle();
|
| const Script& script = Script::Handle();
|
| cls = Class::New(function_name, script, Scanner::kDummyTokenIndex);
|
|
|