Index: runtime/vm/dart_api_impl_test.cc |
=================================================================== |
--- runtime/vm/dart_api_impl_test.cc (revision 20945) |
+++ runtime/vm/dart_api_impl_test.cc (working copy) |
@@ -6281,6 +6281,10 @@ |
EXPECT_VALID(result); |
Dart_Handle lib = Dart_LoadScript(url, source, 0, 0); |
EXPECT_VALID(lib); |
+ Dart_ExitIsolate(); |
+ bool retval = Dart_MakeIsolateRunnable(isolate); |
+ Dart_EnterIsolate(isolate); |
+ EXPECT(retval); |
Dart_ExitScope(); |
return true; |
} |