Index: vm/runtime_entry_test.cc |
=================================================================== |
--- vm/runtime_entry_test.cc (revision 9791) |
+++ vm/runtime_entry_test.cc (working copy) |
@@ -14,7 +14,8 @@ |
const Function& RegisterFakeFunction(const char* name, const Code& code) { |
const String& function_name = String::ZoneHandle(String::NewSymbol(name)); |
const Function& function = Function::ZoneHandle( |
- Function::New(function_name, RawFunction::kFunction, true, false, 0)); |
+ Function::New(function_name, RawFunction::kRegularFunction, |
+ true, false, 0)); |
Class& cls = Class::ZoneHandle(); |
const Script& script = Script::Handle(); |
cls = Class::New(function_name, script, Scanner::kDummyTokenIndex); |