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

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

Issue 884223002: Fix test. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 | « no previous file | 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..96543b906b6d311ba62686a7dfd6409d6808b114 100644
--- a/tests/compiler/dart2js/analyze_unused_dart2js_test.dart
+++ b/tests/compiler/dart2js/analyze_unused_dart2js_test.dart
@@ -19,7 +19,7 @@ const Map<String, List<String>> WHITE_LIST = const {
// Hack to give try private access:
"lib/src/js_emitter/program_builder.dart": const [
- "The method 'buildClassWithFieldsForTry' is never called"],
+ "The method 'buildClassWithFieldsForIncrementalCompilation' is never called"],
// Node.asLiteralBool is never used.
"lib/src/tree/nodes.dart": const [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698