| Index: pkg/analyzer/test/enum_test.dart
|
| diff --git a/pkg/analyzer/test/enum_test.dart b/pkg/analyzer/test/enum_test.dart
|
| index d845b12d91b02c11e7939e46cc078bfafd4cd0ff..16d8f45c8b09edf2d1d3ca68b00897ec39c0859f 100644
|
| --- a/pkg/analyzer/test/enum_test.dart
|
| +++ b/pkg/analyzer/test/enum_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.
|
|
|
| -library test.enums;
|
| +library analyzer.test.enum_test;
|
|
|
| import 'dart:mirrors';
|
|
|
|
|