| Index: runtime/vm/code_descriptors_test.cc
|
| ===================================================================
|
| --- runtime/vm/code_descriptors_test.cc (revision 23536)
|
| +++ runtime/vm/code_descriptors_test.cc (working copy)
|
| @@ -132,7 +132,7 @@
|
| stackmap_table_builder->AddEntry(3, stack_bitmap, 0);
|
|
|
| const Error& error =
|
| - Error::Handle(Compiler::CompileParsedFunction(*parsed_function));
|
| + Error::Handle(Compiler::CompileParsedFunction(parsed_function));
|
| EXPECT(error.IsNull());
|
| const Code& code = Code::Handle(function.CurrentCode());
|
|
|
|
|