| Index: runtime/vm/dart_api_impl_test.cc
|
| diff --git a/runtime/vm/dart_api_impl_test.cc b/runtime/vm/dart_api_impl_test.cc
|
| index 508f43b45cc0bceae9ec602f044950abfcd7e1b4..0f1435746fc262fcc50fede506346957fbf5def6 100644
|
| --- a/runtime/vm/dart_api_impl_test.cc
|
| +++ b/runtime/vm/dart_api_impl_test.cc
|
| @@ -4112,7 +4112,7 @@ static void BuildFunctionDescription(TextBuffer* buffer, Dart_Handle func) {
|
| EXPECT_VALID(Dart_FunctionParameterCounts(func,
|
| &fixed_param_count, &opt_param_count));
|
|
|
| - buffer->Printf("%s %lld %lld",
|
| + buffer->Printf("%s %"Pd64" %"Pd64"",
|
| name_cstr,
|
| fixed_param_count,
|
| opt_param_count);
|
|
|