Index: runtime/vm/debugger_api_impl_test.cc |
=================================================================== |
--- runtime/vm/debugger_api_impl_test.cc (revision 26375) |
+++ runtime/vm/debugger_api_impl_test.cc (working copy) |
@@ -79,7 +79,7 @@ |
res = Dart_ActivationFrameInfo( |
frame, &func_name, &url, &line_number, &library_id); |
EXPECT_TRUE(res); |
- OS::SNPrint(info_str, sizeof(info_str), "function %s (%s:%"Pd")", |
+ OS::SNPrint(info_str, sizeof(info_str), "function %s (%s:%" Pd ")", |
ToCString(func_name), ToCString(url), line_number); |
return info_str; |
} |