| Index: tests/isolate/global_error_handler_stream_test.dart
|
| diff --git a/tests/isolate/global_error_handler_stream_test.dart b/tests/isolate/global_error_handler_stream_test.dart
|
| index c792fc5cb1b2ee1fc7c27f7f40344ca8a7a8c487..c1d8ce867ad081ec6e65a4adc6892460004da6be 100644
|
| --- a/tests/isolate/global_error_handler_stream_test.dart
|
| +++ b/tests/isolate/global_error_handler_stream_test.dart
|
| @@ -15,7 +15,7 @@ void runFunctions() {
|
| firstFunction();
|
| } catch (e) {
|
| new Timer(Duration.ZERO, finishFunction);
|
| - throw;
|
| + rethrow;
|
| }
|
| }
|
|
|
|
|