Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(341)

Unified Diff: tests/compiler/dart2js/analyze_unused_dart2js_test.dart

Issue 435263002: Attribute closure sizes to their containing functions and closures. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {

Powered by Google App Engine
This is Rietveld 408576698