Chromium Code Reviews| 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 a70de8bba275c1756541bc70510462bb0ea8febc..582f8aa1ec12209a486592251ca1b7798b11d7a3 100644 |
| --- a/tests/compiler/dart2js/analyze_api_test.dart |
| +++ b/tests/compiler/dart2js/analyze_api_test.dart |
| @@ -26,7 +26,9 @@ import '../../../sdk/lib/_internal/libraries.dart'; |
| */ |
| // TODO(johnniwinther): Support canonical URIs as keys and message kinds as |
| // values. |
| -const Map<String,List<String>> WHITE_LIST = const { }; |
| +const Map<String,List<String>> WHITE_LIST = const { |
| + 'html_dart2js.dart': const ['Warning: Using "new Symbol"'], // Issue 10565. |
|
ahe
2013/05/15 12:46:00
This change is not cool.
By supressing this warni
Jennifer Messerly
2013/05/15 17:59:30
This is not correct. "new Symbol" is only required
|
| +}; |
| class CollectingDiagnosticHandler extends FormattingDiagnosticHandler { |
| bool hasWarnings = false; |