| 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 5da181caf63911bd76aa1f37b88346871d22713f..93cf7b9e45ba78c2ec03640de78231533c23026a 100644
|
| --- a/tests/compiler/dart2js/analyze_test_test.dart
|
| +++ b/tests/compiler/dart2js/analyze_test_test.dart
|
| @@ -49,6 +49,8 @@ const List<String> SKIP_LIST = const <String>[
|
| "backend_dart/",
|
| // Broken tests:
|
| "http_test.dart",
|
| + // Package directory
|
| + "packages/",
|
| ];
|
|
|
| const List<MessageKind> MESSAGE_SKIP_LIST = const <MessageKind>[
|
|
|