| Index: tests/isolate/isolate2_negative_test.dart
|
| diff --git a/tests/isolate/isolate2_negative_test.dart b/tests/isolate/isolate2_negative_test.dart
|
| index 03fdb3c82ac53a1802a6dab9138023093d4aa570..fec12d610fb3f8854c01d44cf4e4baf1b752a6b2 100644
|
| --- a/tests/isolate/isolate2_negative_test.dart
|
| +++ b/tests/isolate/isolate2_negative_test.dart
|
| @@ -18,5 +18,5 @@ main() {
|
| // anything back except an exception there is no asyncEnd().
|
| // If the exception is not thrown this test will timeout.
|
| asyncStart();
|
| - Isolate.spawn(entry);
|
| + Isolate.spawn(entry, null);
|
| }
|
|
|