| 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 b6e7b344dba41642d7d80a03031f4bff5a032a4d..da825688ae4571b2ba71a9b5a823bf70938af3d2 100644
|
| --- a/pkg/analyzer/test/src/util/lru_map_test.dart
|
| +++ b/pkg/analyzer/test/src/util/lru_map_test.dart
|
| @@ -9,13 +9,11 @@ import 'package:unittest/unittest.dart';
|
|
|
| import '../../reflective_tests.dart';
|
|
|
| -
|
| main() {
|
| groupSep = ' | ';
|
| runReflectiveTests(_LRUCacheTest);
|
| }
|
|
|
| -
|
| @reflectiveTest
|
| class _LRUCacheTest {
|
| LRUMap<int, String> cache = new LRUMap<int, String>(3);
|
|
|