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

Unified Diff: tests/isolate/handle_error2_test.dart

Issue 881373002: Implemented more of the Isolate API (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 5 years, 9 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
Index: tests/isolate/handle_error2_test.dart
===================================================================
--- tests/isolate/handle_error2_test.dart (revision 44200)
+++ tests/isolate/handle_error2_test.dart (working copy)
@@ -47,7 +47,6 @@
main(){
asyncStart();
RawReceivePort reply = new RawReceivePort(null);
- RawReceivePort reply2 = new RawReceivePort(null);
// Create two isolates waiting for commands, with errors non-fatal.
Future iso1 = spawn(isomain1);
Future iso2 = spawn(isomain1);

Powered by Google App Engine
This is Rietveld 408576698