| 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 b0bdf8dcd811c857d59ff916e01b96c6ebb809b1..d72d7e2084712155b18c483f3685d9d89a0e35e5 100644
|
| --- a/tests/compiler/dart2js/analyze_unused_dart2js_test.dart
|
| +++ b/tests/compiler/dart2js/analyze_unused_dart2js_test.dart
|
| @@ -29,6 +29,8 @@ const Map<String, List<String>> WHITE_LIST = const {
|
| "The method 'error"],
|
| "lib/src/resolution/semantic_visitor_mixins.dart": const [
|
| "The method 'error"],
|
| + "lib/src/cps_ir/cps_ir_builder_task.dart": const [
|
| + "The method 'error"],
|
|
|
| // Uncalled type predicate. Keep while related predicates are used.
|
| "lib/src/ssa/nodes.dart": const [
|
|
|