| Index: runtime/vm/dart_api_impl_test.cc
|
| ===================================================================
|
| --- runtime/vm/dart_api_impl_test.cc (revision 15355)
|
| +++ runtime/vm/dart_api_impl_test.cc (working copy)
|
| @@ -6284,6 +6284,7 @@
|
| args[1] = (throw_exception_parent ? Dart_True() : Dart_False());
|
| result = Dart_Invoke(lib, NewString("main"), 2, args);
|
| EXPECT_VALID(result);
|
| + OS::Sleep(1); // Wait a little for isolate to fail.
|
| if (throw_exception_child) {
|
| EXPECT_NOTNULL(last_exception);
|
| EXPECT_STREQ("UnhandledException", last_exception);
|
|
|