| 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 a1a2c93725f94642f99e9108869ebf355c1caf36..43d490dd09e263ff4ca3ce1ad1fecb666dc7f2da 100644
|
| --- a/tests/compiler/dart2js/analyze_test_test.dart
|
| +++ b/tests/compiler/dart2js/analyze_test_test.dart
|
| @@ -35,7 +35,7 @@ const Map<String, List/*<String|MessageKind>*/> WHITE_LIST = const {
|
| const List<String> SKIP_LIST = const <String>[
|
| // Helper files:
|
| "/data/",
|
| - "http_launch_data/",
|
| + "quarantined/http_launch_data/",
|
| "mirrors_helper.dart",
|
| "path%20with%20spaces/",
|
| // Broken tests:
|
|
|