Chromium Code Reviews| Index: runtime/vm/debugger_api_impl_test.cc |
| =================================================================== |
| --- runtime/vm/debugger_api_impl_test.cc (revision 28468) |
| +++ runtime/vm/debugger_api_impl_test.cc (working copy) |
| @@ -400,7 +400,7 @@ |
| const char* kScriptChars = |
| "void breakpointNow() {\n" |
| "}\n" |
| - "void helper(int a, int b, bool stop) {\n" |
| + "int helper(int a, int b, bool stop) {\n" |
| " if (b == 99 && stop) {\n" |
| " breakpointNow();\n" |
| " }\n" |