Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(803)

Unified Diff: tests/isolate/global_error_handler_stream_test.dart

Issue 22557002: Fix uses of throw/rethrow. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tests/isolate/global_error_handler_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
}
« no previous file with comments | « no previous file | tests/isolate/global_error_handler_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698