| 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 fe36410c9345e05ea22803d61c2b96b36a924a54..3fc00682263708d1343cfa609ae4f8b45df8d4a8 100644
|
| --- a/tests/compiler/dart2js/analyze_unused_dart2js_test.dart
|
| +++ b/tests/compiler/dart2js/analyze_unused_dart2js_test.dart
|
| @@ -24,13 +24,11 @@ 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.
|
| + // Uncalled methods in SemanticSendVisitor and subclasses.
|
| "lib/src/resolution/semantic_visitor.dart": const [
|
| - "The method 'error"],
|
| + "The method 'error", "The method 'visit"],
|
| "lib/src/resolution/semantic_visitor_mixins.dart": const [
|
| - "The method 'error"],
|
| - "lib/src/cps_ir/cps_ir_builder_task.dart": const [
|
| - "The method 'error"],
|
| + "The class 'Base", "The method 'error", "The method 'visit"],
|
|
|
| // Uncalled type predicate. Keep while related predicates are used.
|
| "lib/src/ssa/nodes.dart": const [
|
|
|