Chromium Code Reviews| 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 699beff2a95abaf55bd4192bf111c74ff6728ac2..793d4fdf975b6693614cf4535fe9bab147c9dbbb 100644 |
| --- a/tests/compiler/dart2js/analyze_unused_dart2js_test.dart |
| +++ b/tests/compiler/dart2js/analyze_unused_dart2js_test.dart |
| @@ -24,6 +24,10 @@ const Map<String, List<String>> WHITE_LIST = const { |
| // Setlet implements the Set interface: Issue 18959. |
| "implementation/util/setlet.dart": const [" is never "], |
| + |
| + // MethodElement |
| + // TODO(20377): Why is MethodElement unused? |
|
Johnni Winther
2014/08/06 08:50:04
It is a newly introduced element. Use is in progre
|
| + "implementation/elements/elements.dart": const [" is never "] |
| }; |
| void main() { |