| 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 c9612f72029ac6283cc73beb21274ad16d56f146..95080833446e4dbc123a18403c502b8928635fdf 100644
|
| --- a/tests/compiler/dart2js/analyze_dart2js_test.dart
|
| +++ b/tests/compiler/dart2js/analyze_dart2js_test.dart
|
| @@ -21,10 +21,6 @@ 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 ["Warning: 'typedef' not allowed here"], // dartbug.com/13907
|
| - '/stream_controller.dart':
|
| - const ["Warning: 'typedef' not allowed here"], // dartbug.com/13907
|
| };
|
|
|
| void main() {
|
|
|