| 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 47ae7292010ca996d534368973d7ec8b51c2004a..96543b906b6d311ba62686a7dfd6409d6808b114 100644
|
| --- a/tests/compiler/dart2js/analyze_unused_dart2js_test.dart
|
| +++ b/tests/compiler/dart2js/analyze_unused_dart2js_test.dart
|
| @@ -19,7 +19,7 @@ const Map<String, List<String>> WHITE_LIST = const {
|
|
|
| // Hack to give try private access:
|
| "lib/src/js_emitter/program_builder.dart": const [
|
| - "The method 'buildClassWithFieldsForTry' is never called"],
|
| + "The method 'buildClassWithFieldsForIncrementalCompilation' is never called"],
|
|
|
| // Node.asLiteralBool is never used.
|
| "lib/src/tree/nodes.dart": const [
|
|
|