| Index: pkg/analysis_server/test/integration/edit/format_test.dart
|
| diff --git a/pkg/analysis_server/test/integration/edit/format_test.dart b/pkg/analysis_server/test/integration/edit/format_test.dart
|
| index d3a8679e52ce1242b7fbe6c440bbd0cca0994308..890610942014fb30872a0e6dff7a0ee62cd31e0e 100644
|
| --- a/pkg/analysis_server/test/integration/edit/format_test.dart
|
| +++ b/pkg/analysis_server/test/integration/edit/format_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(() {
|
|
|