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

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

Issue 360493002: Emit declarations for typedefs that are needed by reflection. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Adapt to new way of computing elements needed for reflection. Created 6 years, 6 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 03930aaa949107fbb365311af067f7292ad018ae..a0cbc0b7c6299e1d4bcca589560b10400ca09805 100644
--- a/tests/compiler/dart2js/analyze_unused_dart2js_test.dart
+++ b/tests/compiler/dart2js/analyze_unused_dart2js_test.dart
@@ -22,6 +22,10 @@ const Map<String, List<String>> WHITE_LIST = const {
// Some things in dart_printer are not yet used
"implementation/dart_backend/dart_printer.dart" : const [" is never "],
+ // dart2js uses only the encoding functions, the decoding functions are used
+ // from the generated code.
+ "implementation/runtime_data.dart": const [" is never "],
+
// Setlet implements the Set interface: Issue 18959.
"implementation/util/setlet.dart": const [" is never "],
};

Powered by Google App Engine
This is Rietveld 408576698