| 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 e17bfc7fe6ab442dc9a0a67cc7968db48ebfd40b..de48a2ec6e6e4ff435947050b599aa850888ec13 100644
|
| --- a/tests/compiler/dart2js/analyze_api_test.dart
|
| +++ b/tests/compiler/dart2js/analyze_api_test.dart
|
| @@ -20,10 +20,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() {
|
|
|