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..29f1e70ae67a6181b017dcf0d8c9835053fe581c 100644 |
--- a/tests/compiler/dart2js/analyze_unused_dart2js_test.dart |
+++ b/tests/compiler/dart2js/analyze_unused_dart2js_test.dart |
@@ -33,6 +33,10 @@ const Map<String, List<String>> WHITE_LIST = const { |
// Uncalled type predicate. Keep while related predicates are used. |
"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"], |
}; |
void main() { |