Chromium Code Reviews| Index: runtime/vm/dart_api_impl_test.cc |
| =================================================================== |
| --- runtime/vm/dart_api_impl_test.cc (revision 9672) |
| +++ runtime/vm/dart_api_impl_test.cc (working copy) |
| @@ -132,7 +132,7 @@ |
| TEST_CASE(Dart_PropagateError) { |
| const char* kScriptChars = |
| - "raiseCompileError() {\n" |
| + "void raiseCompileError() {\n" |
| " return badIdent;\n" |
| "}\n" |
| "\n" |