| Index: runtime/vm/snapshot_test.cc
|
| diff --git a/runtime/vm/snapshot_test.cc b/runtime/vm/snapshot_test.cc
|
| index b81b130143c60f77f17dc497d952dde649bf719b..1a6318695278007c2fca8bf25dc06db5d515b164 100644
|
| --- a/runtime/vm/snapshot_test.cc
|
| +++ b/runtime/vm/snapshot_test.cc
|
| @@ -1468,6 +1468,7 @@ UNIT_TEST_CASE(PostCObject) {
|
| // Create a native port for posting from C to Dart
|
| TestIsolateScope __test_isolate__;
|
| const char* kScriptChars =
|
| + "#import('dart:isolate');\n"
|
| "void main() {\n"
|
| " var messageCount = 0;\n"
|
| " var exception = '';\n"
|
|
|