| Index: runtime/vm/code_patcher_arm64_test.cc
|
| diff --git a/runtime/vm/code_patcher_arm64_test.cc b/runtime/vm/code_patcher_arm64_test.cc
|
| index 058f81d53db7823662e848515a3115461358089c..2872491aed1fafde7cea868b7322590a496b84f2 100644
|
| --- a/runtime/vm/code_patcher_arm64_test.cc
|
| +++ b/runtime/vm/code_patcher_arm64_test.cc
|
| @@ -34,7 +34,7 @@ ASSEMBLER_TEST_GENERATE(IcDataAccess, assembler) {
|
|
|
| const String& target_name = String::Handle(String::New("targetFunction"));
|
| const Array& args_descriptor =
|
| - Array::Handle(ArgumentsDescriptor::New(1, Object::null_array()));
|
| + Array::Handle(ArgumentsDescriptor::New(0, 1, Object::null_array()));
|
| const ICData& ic_data = ICData::ZoneHandle(
|
| ICData::New(function, target_name, args_descriptor, 15, 1, false));
|
|
|
|
|