| 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 3a8424c26589c71e89b76c940a878c815106154b..e76bee09d164247c72d2028557a1a34a53809a2a 100644
|
| --- a/tests/compiler/dart2js/analyze_unused_dart2js_test.dart
|
| +++ b/tests/compiler/dart2js/analyze_unused_dart2js_test.dart
|
| @@ -43,6 +43,9 @@ const Map<String, List<String>> WHITE_LIST = const {
|
| "accept", "FunctionExpression", "CreateFunction"
|
| ],
|
|
|
| + // AllInfo.fromJson and visit methods are not used yet.
|
| + "lib/src/info/info.dart": const [ "is never" ],
|
| +
|
| "lib/src/universe/universe.dart": const [
|
| "The method 'getterInvocationsByName' is never called.",
|
| "The method 'setterInvocationsByName' is never called."],
|
|
|