| Index: pkg/analyzer/test/context/test_all.dart
|
| diff --git a/pkg/analyzer/test/context/test_all.dart b/pkg/analyzer/test/context/test_all.dart
|
| index 294d5b960cd19dcf919575de597df567fd415dcb..af0e8b85434445a6bcada2e5fa7295b51e49bb21 100644
|
| --- a/pkg/analyzer/test/context/test_all.dart
|
| +++ b/pkg/analyzer/test/context/test_all.dart
|
| @@ -6,12 +6,10 @@ library analyzer.test.context.test_all;
|
|
|
| import 'package:test_reflective_loader/test_reflective_loader.dart';
|
|
|
| -import '../utils.dart';
|
| import 'declared_variables_test.dart' as declared_variables;
|
|
|
| /// Utility for manually running all tests.
|
| main() {
|
| - initializeTestEnvironment();
|
| defineReflectiveSuite(() {
|
| declared_variables.main();
|
| }, name: 'context');
|
|
|