| 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 29ad0ef9e7bf37b19357a0ce61871554570e2410..5c6da035ea74bd7a1d0623216d7980de79f98866 100644
|
| --- a/tests/compiler/dart2js/analyze_api_test.dart
|
| +++ b/tests/compiler/dart2js/analyze_api_test.dart
|
| @@ -20,7 +20,7 @@ import 'analyze_helper.dart';
|
| // TODO(johnniwinther): Support canonical URIs as keys and message kinds as
|
| // values.
|
| const Map<String, List<String>> WHITE_LIST = const {
|
| - 'html_dart2js.dart':
|
| + 'path_observer.dart':
|
| const ['Warning: Using "new Symbol"', // Issue 10565.
|
| ],
|
| };
|
|
|