| Index: tests/compiler/dart2js/analyze_unused_dart2js_test.dart
|
| diff --git a/tests/compiler/dart2js/analyze_unused_dart2js_test.dart b/tests/compiler/dart2js/analyze_unused_dart2js_test.dart
|
| index f12b8f1667223bce4d39aa79103384b84473a6e7..eb308fe95a288d3fbdc4881ba3f39fd6d852eaae 100644
|
| --- a/tests/compiler/dart2js/analyze_unused_dart2js_test.dart
|
| +++ b/tests/compiler/dart2js/analyze_unused_dart2js_test.dart
|
| @@ -23,6 +23,13 @@ const Map<String, List<String>> WHITE_LIST = const {
|
|
|
| // Some things in dart_printer are not yet used
|
| "lib/src/dart_backend/backend_ast_nodes.dart": const [" is never "],
|
| +
|
| + // Uncalled error methods in SemanticSendVisitor and subclasses.
|
| + "lib/src/resolution/semantic_visitor.dart": const [
|
| + "The method 'error"],
|
| + "lib/src/resolution/semantic_visitor_mixins.dart": const [
|
| + "The method 'error",
|
| + "The class 'SuperBulkMixin' is never used."]
|
| };
|
|
|
| void main() {
|
|
|