| Index: tests/compiler/dart2js/analyze_api_test.dart
|
| diff --git a/tests/compiler/dart2js/analyze_api_test.dart b/tests/compiler/dart2js/analyze_api_test.dart
|
| index 908ae112c6d66aac268d607153e91813de2b752a..e0e502956f65430077002de1d9595d7c1bb5ea1d 100644
|
| --- a/tests/compiler/dart2js/analyze_api_test.dart
|
| +++ b/tests/compiler/dart2js/analyze_api_test.dart
|
| @@ -19,6 +19,8 @@ import 'package:compiler/src/diagnostics/messages.dart' show MessageKind;
|
| */
|
| // TODO(johnniwinther): Support canonical URIs as keys.
|
| const Map<String, List<String>> WHITE_LIST = const {
|
| + // Issue 26258
|
| + 'html_dart2js.dart': const ["Cannot resolve type 'MutationEvent'."],
|
| };
|
|
|
| void main() {
|
|
|