| Index: tests/compiler/dart2js/analyze_dart2js_test.dart
|
| diff --git a/tests/compiler/dart2js/analyze_dart2js_test.dart b/tests/compiler/dart2js/analyze_dart2js_test.dart
|
| index 95080833446e4dbc123a18403c502b8928635fdf..48922d339addeca360d6ccbf79df8b2c426829c0 100644
|
| --- a/tests/compiler/dart2js/analyze_dart2js_test.dart
|
| +++ b/tests/compiler/dart2js/analyze_dart2js_test.dart
|
| @@ -21,6 +21,14 @@ import "package:async_helper/async_helper.dart";
|
| // TODO(johnniwinther): Support canonical URIs as keys and message kinds as
|
| // values.
|
| const Map<String,List<String>> WHITE_LIST = const {
|
| + '/list.dart':
|
| + const ["'typedef' keyword in mixin "
|
| + "applications was deprecated", // dartbug.com/13907
|
| + ],
|
| + '/stream_controller.dart':
|
| + const ["'typedef' keyword in mixin "
|
| + "applications was deprecated", // dartbug.com/13907
|
| + ]
|
| };
|
|
|
| void main() {
|
|
|