| Index: pkg/analysis_server/test/integration/execution/map_uri_test.dart
|
| diff --git a/pkg/analysis_server/test/integration/execution/map_uri_test.dart b/pkg/analysis_server/test/integration/execution/map_uri_test.dart
|
| index 8d6215a8e020d6e21f5360eb4f0957b89395437d..f5abbc0106c1a45dfbea40606f6188ddddf66939 100644
|
| --- a/pkg/analysis_server/test/integration/execution/map_uri_test.dart
|
| +++ b/pkg/analysis_server/test/integration/execution/map_uri_test.dart
|
| @@ -2,11 +2,11 @@
|
| // 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:analysis_server/plugin/protocol/protocol.dart';
|
| +import 'package:analysis_server/protocol/protocol_generated.dart';
|
| import 'package:test/test.dart';
|
| import 'package:test_reflective_loader/test_reflective_loader.dart';
|
|
|
| -import '../integration_tests.dart';
|
| +import '../support/integration_tests.dart';
|
|
|
| main() {
|
| defineReflectiveSuite(() {
|
|
|