| Index: runtime/vm/debugger_api_impl_test.cc
|
| diff --git a/runtime/vm/debugger_api_impl_test.cc b/runtime/vm/debugger_api_impl_test.cc
|
| index 5ab46091740efb29d2aa3b7f9f9f37bfd3a7ad9c..944010e5c32c7315c228b416e21e3a722538f3dd 100644
|
| --- a/runtime/vm/debugger_api_impl_test.cc
|
| +++ b/runtime/vm/debugger_api_impl_test.cc
|
| @@ -65,7 +65,7 @@ static char const* BreakpointInfo(Dart_StackTrace trace) {
|
| res = Dart_ActivationFrameInfo(
|
| frame, &func_name, &url, &line_number, &library_id);
|
| EXPECT_VALID(res);
|
| - OS::SNPrint(info_str, sizeof(info_str), "function %s (%s:%d)",
|
| + OS::SNPrint(info_str, sizeof(info_str), "function %s (%s:%"Pd")",
|
| ToCString(func_name), ToCString(url), line_number);
|
| return info_str;
|
| }
|
|
|