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

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: Got dartanalyzer to be quiet 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..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() {

Powered by Google App Engine
This is Rietveld 408576698