| 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 f27b7baf29b51faa503f5732faa3ebd7107b28ba..d731aa2fe225b6e72b572997561cf6c029728ac9 100644
|
| --- a/tests/compiler/dart2js/analyze_test_test.dart
|
| +++ b/tests/compiler/dart2js/analyze_test_test.dart
|
| @@ -27,7 +27,8 @@ import 'memory_compiler.dart';
|
| // TODO(johnniwinther): Support canonical URIs as keys and message kinds as
|
| // values.
|
| const Map<String, List/*<String|MessageKind>*/> WHITE_LIST = const {
|
| - "analyze_all_test.dart": const [
|
| + // Several tests import mirrors; any of these might trigger the warning.
|
| + ".dart": const [
|
| MessageKind.IMPORT_EXPERIMENTAL_MIRRORS,
|
| ],
|
| "/test/src/util/": const [
|
|
|