| 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 1ba1caba15ce19ee3e9a7845ffbd6b25da074274..8c68b18d92064f24d938922819326cf5aa670adc 100644
|
| --- a/tests/compiler/dart2js/analyze_unused_dart2js_test.dart
|
| +++ b/tests/compiler/dart2js/analyze_unused_dart2js_test.dart
|
| @@ -29,7 +29,10 @@ const Map<String, List<String>> WHITE_LIST = const {
|
| "lib/src/resolution/semantic_visitor.dart": const [
|
| "The method 'error"],
|
| "lib/src/resolution/semantic_visitor_mixins.dart": const [
|
| - "The class 'Base", "The method 'error", "The method 'visit"],
|
| + "The class 'SuperBulkMixin'",
|
| + "The class 'Base",
|
| + "The method 'error",
|
| + "The method 'visit"],
|
|
|
| // Uncalled type predicate. Keep while related predicates are used.
|
| "lib/src/ssa/nodes.dart": const [
|
|
|