| Index: pkg/analyzer/test/error_test.dart
|
| diff --git a/pkg/analyzer/test/error_test.dart b/pkg/analyzer/test/error_test.dart
|
| index 07befe7151dea186b6095c44a4b67c5e856f801c..4c7861d01465309c7212296f75d3474909fbe767 100644
|
| --- a/pkg/analyzer/test/error_test.dart
|
| +++ b/pkg/analyzer/test/error_test.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.error;
|
| +
|
| import 'package:unittest/unittest.dart';
|
|
|
| import 'utils.dart';
|
|
|