| Index: pkg/analysis_server/test/edit/format_test.dart
|
| diff --git a/pkg/analysis_server/test/edit/format_test.dart b/pkg/analysis_server/test/edit/format_test.dart
|
| index 3ed6e714033dcc4c294c542328bc3d4ed7f945b2..d7c59917589eb1ca5bb0e2b8ab3bdfa07ae3eb2f 100644
|
| --- a/pkg/analysis_server/test/edit/format_test.dart
|
| +++ b/pkg/analysis_server/test/edit/format_test.dart
|
| @@ -2,13 +2,12 @@
|
| // 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.edit.format;
|
| -
|
| import 'dart:async';
|
|
|
| import 'package:analysis_server/protocol/protocol.dart';
|
| import 'package:analysis_server/protocol/protocol_generated.dart';
|
| import 'package:analysis_server/src/edit/edit_domain.dart';
|
| +import 'package:analyzer_plugin/protocol/protocol_common.dart';
|
| import 'package:plugin/manager.dart';
|
| import 'package:test/test.dart';
|
| import 'package:test_reflective_loader/test_reflective_loader.dart';
|
|
|