| Index: pkg/analysis_testing/lib/reflective_tests.dart
|
| diff --git a/pkg/analyzer/test/reflective_tests.dart b/pkg/analysis_testing/lib/reflective_tests.dart
|
| similarity index 99%
|
| rename from pkg/analyzer/test/reflective_tests.dart
|
| rename to pkg/analysis_testing/lib/reflective_tests.dart
|
| index 5cfef6af8a66b75d7c21f0fd4faf0513c5454c01..cdb617c82a5c94afdb709f178c90ff4954e7a8f7 100644
|
| --- a/pkg/analyzer/test/reflective_tests.dart
|
| +++ b/pkg/analysis_testing/lib/reflective_tests.dart
|
| @@ -2,7 +2,7 @@
|
| // 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 reflective.tests;
|
| +library reflective_tests;
|
|
|
| import 'dart:async';
|
|
|
|
|