| Index: tests/compiler/dart2js/analyze_test_test.dart
|
| diff --git a/tests/compiler/dart2js/analyze_test_test.dart b/tests/compiler/dart2js/analyze_test_test.dart
|
| index ebf8622280151472ec972b7f94d7133ab8066ab0..40423ec11236e5c88d5c0495f337d8fa02092910 100644
|
| --- a/tests/compiler/dart2js/analyze_test_test.dart
|
| +++ b/tests/compiler/dart2js/analyze_test_test.dart
|
| @@ -30,6 +30,9 @@ const Map<String, List/*<String|MessageKind>*/> WHITE_LIST = const {
|
| "Library 'package:async/async.dart' doesn't export a "
|
| "'ForkableStream' declaration.",
|
| ],
|
| + "/utils.dart": const [
|
| + "Duplicated library name 'utils'.",
|
| + ],
|
| };
|
|
|
| const List<String> SKIP_LIST = const <String>[
|
|
|