| Index: packages/analyzer/test/src/util/asserts_test.dart
|
| diff --git a/packages/analyzer/test/src/util/asserts_test.dart b/packages/analyzer/test/src/util/asserts_test.dart
|
| index a504e439c52355a651f12ff724381bb8e24bf053..3d8ade7fd5a7e118efe03af9aed05a1cc017bd5b 100644
|
| --- a/packages/analyzer/test/src/util/asserts_test.dart
|
| +++ b/packages/analyzer/test/src/util/asserts_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.asserts;
|
| +library analyzer.test.src.util.asserts_test;
|
|
|
| import 'package:analyzer/src/util/asserts.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(AnalysisTaskTest);
|
| + defineReflectiveTests(AnalysisTaskTest);
|
| }
|
|
|
| @reflectiveTest
|
|
|