Chromium Code Reviews| 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; |
| } |