| Index: pkg/analyzer/test/src/summary/test_all.dart
|
| diff --git a/pkg/analyzer/test/src/summary/test_all.dart b/pkg/analyzer/test/src/summary/test_all.dart
|
| index 189d00f02c0be20a8366c397aea2eaccb82eeab0..9c121809d06044ac554d489e729ed405ed3d7ce8 100644
|
| --- a/pkg/analyzer/test/src/summary/test_all.dart
|
| +++ b/pkg/analyzer/test/src/summary/test_all.dart
|
| @@ -8,6 +8,7 @@ import 'package:unittest/unittest.dart';
|
|
|
| import '../../utils.dart';
|
| import 'resynthesize_test.dart' as resynthesize_test;
|
| +import 'summary_sdk_test.dart' as summary_sdk_test;
|
| import 'summary_test.dart' as summary_test;
|
|
|
| /// Utility for manually running all tests.
|
| @@ -15,6 +16,7 @@ main() {
|
| initializeTestEnvironment();
|
| group('summary tests', () {
|
| resynthesize_test.main();
|
| + summary_sdk_test.main();
|
| summary_test.main();
|
| });
|
| }
|
|
|