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

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

Issue 882713008: Move computation of method flags into model. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: use unused api Created 5 years, 11 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
« no previous file with comments | « pkg/dart2js_incremental/lib/library_updater.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 47ae7292010ca996d534368973d7ec8b51c2004a..570b5284a22a5015c81954e3d0bd61ae1bdd6d4a 100644
--- a/tests/compiler/dart2js/analyze_unused_dart2js_test.dart
+++ b/tests/compiler/dart2js/analyze_unused_dart2js_test.dart
@@ -17,10 +17,6 @@ const Map<String, List<String>> WHITE_LIST = const {
// Helper methods for debugging should never be called from production code:
"lib/src/helpers/": const [" is never "],
- // Hack to give try private access:
- "lib/src/js_emitter/program_builder.dart": const [
- "The method 'buildClassWithFieldsForTry' is never called"],
-
// Node.asLiteralBool is never used.
"lib/src/tree/nodes.dart": const [
"The method 'asLiteralBool' is never called"],
« no previous file with comments | « pkg/dart2js_incremental/lib/library_updater.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698