| Index: test/dart_codegen/expect/async/future.dart
|
| diff --git a/test/dart_codegen/expect/async/future.dart b/test/dart_codegen/expect/async/future.dart
|
| index 88a22d7d88a34483cf8d5a5f38ba2b188e2d47a8..8f036e846cbd603f429f645888cef77f298cb274 100644
|
| --- a/test/dart_codegen/expect/async/future.dart
|
| +++ b/test/dart_codegen/expect/async/future.dart
|
| @@ -159,7 +159,7 @@ part of dart.async;
|
| var nextIteration;
|
| nextIteration = Zone.current.bindUnaryCallback((bool keepGoing) {
|
| if (keepGoing) {
|
| - new Future.sync(f).then(DEVC$RT.cast(nextIteration, dynamic, __t12, "CastGeneral", """line 361, column 33 of dart:async/future.dart: """, nextIteration is __t12, false), onError: doneSignal._completeError);
|
| + new Future.sync(f).then(DEVC$RT.cast(nextIteration, dynamic, __t12, "CastGeneral", """line 361, column 33 of dart:async/future.dart: """, nextIteration is __t12, true), onError: doneSignal._completeError);
|
| }
|
| else {
|
| doneSignal._complete(null);
|
|
|