| Index: pkg/analyzer/test/src/task/strong/strong_test_helper.dart
|
| diff --git a/pkg/analyzer/test/src/task/strong/strong_test_helper.dart b/pkg/analyzer/test/src/task/strong/strong_test_helper.dart
|
| index cd50df4ea07c9637c3b5a935464c5091a514bf87..f386377d44db4e985e227a86622e95901db2ce4d 100644
|
| --- a/pkg/analyzer/test/src/task/strong/strong_test_helper.dart
|
| +++ b/pkg/analyzer/test/src/task/strong/strong_test_helper.dart
|
| @@ -96,6 +96,7 @@ final Map<String, String> mockSdkSources = {
|
| }
|
| ''',
|
| 'dart:async': '''
|
| + library dart.async;
|
| class Future<T> {
|
| Future(computation()) {}
|
| Future.value(T t) {}
|
|
|