| 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 dc2aeefa643cee9b8f838c469e4d188ef9466779..3a8424c26589c71e89b76c940a878c815106154b 100644
|
| --- a/tests/compiler/dart2js/analyze_unused_dart2js_test.dart
|
| +++ b/tests/compiler/dart2js/analyze_unused_dart2js_test.dart
|
| @@ -34,10 +34,6 @@ const Map<String, List<String>> WHITE_LIST = const {
|
| "lib/src/ssa/nodes.dart": const [
|
| "The method 'isArray' is never called"],
|
|
|
| - // Method in abstract class. Currently only instantiated trough tests.
|
| - "lib/src/constants/expressions.dart": const [
|
| - "The method 'readFromEnvironment' is never called"],
|
| -
|
| // Serialization code is only used in test.
|
| "lib/src/serialization/": const [
|
| "is never"],
|
|
|