Chromium Code Reviews| Index: runtime/vm/snapshot_test.cc |
| =================================================================== |
| --- runtime/vm/snapshot_test.cc (revision 9671) |
| +++ runtime/vm/snapshot_test.cc (working copy) |
| @@ -1475,7 +1475,7 @@ |
| TestIsolateScope __test_isolate__; |
| const char* kScriptChars = |
| "#import('dart:isolate');\n" |
| - "void main() {\n" |
| + "main() {\n" |
| " var messageCount = 0;\n" |
| " var exception = '';\n" |
| " var port = new ReceivePort();\n" |