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

Unified Diff: tests/isolate/handle_error3_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_error3_test.dart
===================================================================
--- tests/isolate/handle_error3_test.dart (revision 44200)
+++ tests/isolate/handle_error3_test.dart (working copy)
@@ -92,7 +92,7 @@
case 2:
Expect.equals(new RangeError.value(37).toString(), "$error");
state2++;
- reply.close();
+ reply2.close();
isolate2.removeErrorListener(errorPort2.sendPort);
errorPort2.close();
asyncEnd();

Powered by Google App Engine
This is Rietveld 408576698