| 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 d6ffeb1fa7cb111f5791124053e9b5d3c267a04e..c2ee06324bc3e62eb30a48b6dfa7144c439400b2 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 'flat_buffers_test.dart' as flat_buffers_test;
|
| +import 'prelink_test.dart' as prelink_test;
|
| import 'resynthesize_test.dart' as resynthesize_test;
|
| import 'summary_sdk_test.dart' as summary_sdk_test;
|
| import 'summary_test.dart' as summary_test;
|
| @@ -17,6 +18,7 @@ main() {
|
| initializeTestEnvironment();
|
| group('summary tests', () {
|
| flat_buffers_test.main();
|
| + prelink_test.main();
|
| resynthesize_test.main();
|
| summary_sdk_test.main();
|
| summary_test.main();
|
|
|