Chromium Code Reviews| Index: vm/isolate_test.cc |
| =================================================================== |
| --- vm/isolate_test.cc (revision 14923) |
| +++ vm/isolate_test.cc (working copy) |
| @@ -23,7 +23,7 @@ |
| // callback has been set by the embedder when an isolate is spawned. |
| TEST_CASE(IsolateSpawn) { |
| const char* kScriptChars = |
| - "#import('dart:isolate');\n" |
| + "import 'dart:isolate';\n" |
| "void entry() {}\n" |
| "int testMain() {\n" |
| " try {\n" |