| Index: test/frontend/matcher/completion_test.dart
|
| diff --git a/test/matcher/completion_test.dart b/test/frontend/matcher/completion_test.dart
|
| similarity index 99%
|
| rename from test/matcher/completion_test.dart
|
| rename to test/frontend/matcher/completion_test.dart
|
| index 360a5cf2a454d2c216f7f36aa3b2ead0e8a29993..cc7999d80c8c754078d43d48d7b58094d981120c 100644
|
| --- a/test/matcher/completion_test.dart
|
| +++ b/test/frontend/matcher/completion_test.dart
|
| @@ -6,7 +6,7 @@ import 'dart:async';
|
|
|
| import 'package:unittest/unittest.dart';
|
|
|
| -import '../utils.dart';
|
| +import '../../utils.dart';
|
|
|
| void main() {
|
| group("[completes]", () {
|
|
|