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

Unified Diff: tests/isolate/src/MandelIsolateTest.dart

Issue 8457005: convert isolates to use Future (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: updated co19 Created 9 years, 1 month 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 | « tests/co19/co19-runtime.status ('k') | tests/isolate/src/MintMakerTest.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/isolate/src/MandelIsolateTest.dart
diff --git a/tests/isolate/src/MandelIsolateTest.dart b/tests/isolate/src/MandelIsolateTest.dart
index d107e4e2096905dd623e121657d0b790699981ec..2214af8d2f03341bcfa571f6ca4f43f66f0c053d 100644
--- a/tests/isolate/src/MandelIsolateTest.dart
+++ b/tests/isolate/src/MandelIsolateTest.dart
@@ -101,7 +101,7 @@ class LineProcessorClient {
MandelbrotState _state;
int _id;
- Promise<SendPort> _out;
+ Future<SendPort> _out;
}
« no previous file with comments | « tests/co19/co19-runtime.status ('k') | tests/isolate/src/MintMakerTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698