| Index: packages/analyzer/test/src/util/lru_map_test.dart
|
| diff --git a/packages/analyzer/test/src/util/lru_map_test.dart b/packages/analyzer/test/src/util/lru_map_test.dart
|
| index ef580a0d4322eef140dcc7592200ddcd0008f83a..5d7f86a27387d137b67ddaf248560324103d5e5b 100644
|
| --- a/packages/analyzer/test/src/util/lru_map_test.dart
|
| +++ b/packages/analyzer/test/src/util/lru_map_test.dart
|
| @@ -2,17 +2,17 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -library test.src.util.lru_map;
|
| +library analyzer.test.src.util.lru_map_test;
|
|
|
| import 'package:analyzer/src/util/lru_map.dart';
|
| +import 'package:test_reflective_loader/test_reflective_loader.dart';
|
| import 'package:unittest/unittest.dart';
|
|
|
| -import '../../reflective_tests.dart';
|
| import '../../utils.dart';
|
|
|
| main() {
|
| initializeTestEnvironment();
|
| - runReflectiveTests(_LRUCacheTest);
|
| + defineReflectiveTests(_LRUCacheTest);
|
| }
|
|
|
| @reflectiveTest
|
|
|