| Index: pkg/analyzer/test/src/test_all.dart
|
| diff --git a/pkg/analyzer/test/src/test_all.dart b/pkg/analyzer/test/src/test_all.dart
|
| index d29d0238600c384e48296b53f3a246ec2fad7abe..4f8b2a59741c84dd82ce2033ba9c468b8af38ab4 100644
|
| --- a/pkg/analyzer/test/src/test_all.dart
|
| +++ b/pkg/analyzer/test/src/test_all.dart
|
| @@ -7,11 +7,13 @@ library test.src;
|
| import 'package:unittest/unittest.dart';
|
|
|
| import 'task/test_all.dart' as task;
|
| +import 'util/test_all.dart' as util;
|
|
|
| /// Utility for manually running all tests.
|
| main() {
|
| groupSep = ' | ';
|
| - group('generated tests', () {
|
| + group('src tests', () {
|
| task.main();
|
| + util.main();
|
| });
|
| }
|
|
|