| Index: pkg/analyzer/test/src/util/lru_map_test.dart
|
| diff --git a/pkg/analyzer/test/src/util/lru_map_test.dart b/pkg/analyzer/test/src/util/lru_map_test.dart
|
| index da825688ae4571b2ba71a9b5a823bf70938af3d2..ef580a0d4322eef140dcc7592200ddcd0008f83a 100644
|
| --- a/pkg/analyzer/test/src/util/lru_map_test.dart
|
| +++ b/pkg/analyzer/test/src/util/lru_map_test.dart
|
| @@ -8,9 +8,10 @@ import 'package:analyzer/src/util/lru_map.dart';
|
| import 'package:unittest/unittest.dart';
|
|
|
| import '../../reflective_tests.dart';
|
| +import '../../utils.dart';
|
|
|
| main() {
|
| - groupSep = ' | ';
|
| + initializeTestEnvironment();
|
| runReflectiveTests(_LRUCacheTest);
|
| }
|
|
|
|
|