| Index: pkg/analysis_server/test/operation/test_all.dart
|
| diff --git a/pkg/analysis_server/test/operation/test_all.dart b/pkg/analysis_server/test/operation/test_all.dart
|
| index 7df43c49ab830957beffad5a630ee194ebf7aa72..ca3c425147309e2397dc36c05470c431f488f062 100644
|
| --- a/pkg/analysis_server/test/operation/test_all.dart
|
| +++ b/pkg/analysis_server/test/operation/test_all.dart
|
| @@ -2,6 +2,8 @@
|
| // 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.operation.all;
|
| +
|
| import 'package:unittest/unittest.dart';
|
|
|
| import 'operation_queue_test.dart' as operation_queue_test;
|
|
|