Index: pkg/analysis_server/test/mocks.dart |
diff --git a/pkg/analysis_server/test/mocks.dart b/pkg/analysis_server/test/mocks.dart |
index 5e8e954ea71c29613745da4ea25370ad11ddaca6..6c114313f64deed57ad2b9fedc519211c21d1c61 100644 |
--- a/pkg/analysis_server/test/mocks.dart |
+++ b/pkg/analysis_server/test/mocks.dart |
@@ -2,12 +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. |
-library mocks; |
- |
import 'dart:async'; |
import 'dart:io'; |
-import 'package:analysis_server/plugin/protocol/protocol.dart' |
+import 'package:analysis_server/protocol/protocol.dart'; |
+import 'package:analysis_server/protocol/protocol_generated.dart' |
hide Element, ElementKind; |
import 'package:analysis_server/src/analysis_server.dart'; |
import 'package:analysis_server/src/channel/channel.dart'; |