| Index: pkg/analyzer/test/parse_compilation_unit_test.dart
|
| diff --git a/pkg/analyzer_experimental/test/parse_compilation_unit_test.dart b/pkg/analyzer/test/parse_compilation_unit_test.dart
|
| similarity index 95%
|
| rename from pkg/analyzer_experimental/test/parse_compilation_unit_test.dart
|
| rename to pkg/analyzer/test/parse_compilation_unit_test.dart
|
| index 69389b83ef5674202a65fe4eb6fb7d9c523e5437..91bb9e9be6fd6e53d15f955d19c121bf7310e750 100644
|
| --- a/pkg/analyzer_experimental/test/parse_compilation_unit_test.dart
|
| +++ b/pkg/analyzer/test/parse_compilation_unit_test.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.
|
|
|
| -import 'package:analyzer_experimental/analyzer.dart';
|
| +import 'package:analyzer/analyzer.dart';
|
| import 'package:unittest/unittest.dart';
|
|
|
| void main() {
|
|
|