Index: pkg/front_end/test/src/incremental/byte_store_test.dart |
diff --git a/pkg/analyzer/test/src/dart/analysis/byte_store_test.dart b/pkg/front_end/test/src/incremental/byte_store_test.dart |
similarity index 98% |
rename from pkg/analyzer/test/src/dart/analysis/byte_store_test.dart |
rename to pkg/front_end/test/src/incremental/byte_store_test.dart |
index 484a99fe10773105554a8e7af32d4fd1e217d661..6c5083ed45f4c567ec0521fe5049374a29868846 100644 |
--- a/pkg/analyzer/test/src/dart/analysis/byte_store_test.dart |
+++ b/pkg/front_end/test/src/incremental/byte_store_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/src/dart/analysis/byte_store.dart'; |
+import 'package:front_end/src/incremental/byte_store.dart'; |
import 'package:test/test.dart'; |
import 'package:test_reflective_loader/test_reflective_loader.dart'; |
import 'package:typed_mock/typed_mock.dart'; |