| 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 e5c9debffddbe9c606cf5869dd89dc70a8cbb442..07f049c188210c7ef7836ea864dabb5f51a7f3f1 100644
|
| --- a/tests/compiler/dart2js/analyze_unused_dart2js_test.dart
|
| +++ b/tests/compiler/dart2js/analyze_unused_dart2js_test.dart
|
| @@ -26,7 +26,7 @@ const Map<String, List<String>> WHITE_LIST = const {
|
|
|
| // Uncalled methods in SemanticSendVisitor and subclasses.
|
| "lib/src/resolution/semantic_visitor.dart": const [
|
| - "The method 'error", "The method 'visit"],
|
| + "The method 'error"],
|
| "lib/src/resolution/semantic_visitor_mixins.dart": const [
|
| "The class 'Base", "The method 'error", "The method 'visit"],
|
|
|
|
|