| Index: runtime/vm/custom_isolate_test.cc
|
| ===================================================================
|
| --- runtime/vm/custom_isolate_test.cc (revision 1907)
|
| +++ runtime/vm/custom_isolate_test.cc (working copy)
|
| @@ -66,7 +66,7 @@
|
| "}\n"
|
| "\n"
|
| "main() {\n"
|
| - " Isolate isolate = new CustomIsolate(\"isolateMain\");\n"
|
| + " var isolate = new CustomIsolate(\"isolateMain\");\n"
|
| " isolate.spawn().then((SendPort port) {\n"
|
| " port.call(42).receive((message, replyTo) {\n"
|
| " echo('Received: ' + message);\n"
|
|
|