| Index: runtime/vm/custom_isolate_test.cc
|
| diff --git a/runtime/vm/custom_isolate_test.cc b/runtime/vm/custom_isolate_test.cc
|
| index 81aa6077dbeaa410af14bd4e2fb948c7457d0e95..ad6dec620843e2d90c21a61566f3a0947c708c6b 100644
|
| --- a/runtime/vm/custom_isolate_test.cc
|
| +++ b/runtime/vm/custom_isolate_test.cc
|
| @@ -24,6 +24,7 @@ static Dart_NativeFunction NativeLookup(Dart_Handle name, int argc);
|
|
|
|
|
| static const char* kCustomIsolateScriptChars =
|
| + "import 'dart:async';\n"
|
| "import 'dart:isolate';\n"
|
| "\n"
|
| "ReceivePort mainPort;\n"
|
|
|