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