| 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 0eae0fccf06917d911bf98a6d3c4b2d372577cf9..908ae112c6d66aac268d607153e91813de2b752a 100644
|
| --- a/tests/compiler/dart2js/analyze_api_test.dart
|
| +++ b/tests/compiler/dart2js/analyze_api_test.dart
|
| @@ -19,11 +19,6 @@ import 'package:compiler/src/diagnostics/messages.dart' show MessageKind;
|
| */
|
| // TODO(johnniwinther): Support canonical URIs as keys.
|
| const Map<String, List<String>> WHITE_LIST = const {
|
| - "html_dart2js.dart": const [
|
| - // These suppressions are tracked by issue 25928.
|
| - "The getter 'clipboardData' is not defined for the class 'Event'",
|
| - "The getter 'clipboardData' is not defined for the class 'KeyboardEvent'",
|
| - ]
|
| };
|
|
|
| void main() {
|
|
|