| Index: tests/lib_2/async/future_test.dart
|
| diff --git a/tests/lib_2/async/future_test.dart b/tests/lib_2/async/future_test.dart
|
| index a222669d74affb66968db9f77928f6515df798d7..66102d9011947f89e7ac5d02c0c239da42918c64 100644
|
| --- a/tests/lib_2/async/future_test.dart
|
| +++ b/tests/lib_2/async/future_test.dart
|
| @@ -995,8 +995,8 @@ void testTypes() {
|
| new Future<int>.delayed(Duration.ZERO, () => value));
|
| testType(
|
| "Future.microtask($value)", new Future<int>.microtask(() => value));
|
| - testType(
|
| - "Future.sync($value)", new Future<int>.sync(() => value)); // #01: ok
|
| + testType( //# 01: ok
|
| + "Future.sync($value)", new Future<int>.sync(() => value)); //# 01: continued
|
| testType( //# 01: continued
|
| "Future.sync(future($value))", //# 01: continued
|
| new Future<int>.sync(//# 01: continued
|
|
|