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..edfda4c3944bd0401d163baab2091b11d12d7397 100644 |
| --- a/tests/compiler/dart2js/analyze_unused_dart2js_test.dart |
| +++ b/tests/compiler/dart2js/analyze_unused_dart2js_test.dart |
| @@ -24,6 +24,9 @@ const Map<String, List<String>> WHITE_LIST = const { |
| // Setlet implements the Set interface: Issue 18959. |
| "implementation/util/setlet.dart": const [" is never "], |
| + |
| + // MethodElement |
|
sra1
2014/08/05 23:05:37
File an issue assigned to Johnni to investigate wh
|
| + "implementation/elements/elements.dart": const [" is never "] |
| }; |
| void main() { |