| Index: vm/code_patcher_x64_test.cc
 | 
| ===================================================================
 | 
| --- vm/code_patcher_x64_test.cc	(revision 11528)
 | 
| +++ vm/code_patcher_x64_test.cc	(working copy)
 | 
| @@ -24,8 +24,8 @@
 | 
|    const bool has_opt_params = false;
 | 
|    const String& native_name =
 | 
|        String::ZoneHandle(Symbols::New("TestStaticCallPatching"));
 | 
| -  NativeFunction native_function = reinterpret_cast<NativeFunction>(
 | 
| -      NATIVE_ENTRY_FUNCTION(TestStaticCallPatching));
 | 
| +  NativeFunction native_function =
 | 
| +      reinterpret_cast<NativeFunction>(TestStaticCallPatching);
 | 
|    node_seq->Add(new ReturnNode(Scanner::kDummyTokenIndex,
 | 
|                                 new NativeBodyNode(Scanner::kDummyTokenIndex,
 | 
|                                                    native_name,
 | 
| 
 |