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

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

Issue 23593002: Only emit members in mirror helper symbolsmap. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Changed comment. Created 7 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
« no previous file with comments | « tests/compiler/dart2js/mirror_helper_rename_test.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/mirror_helper_test.dart
diff --git a/tests/compiler/dart2js/mirror_helper_test.dart b/tests/compiler/dart2js/mirror_helper_test.dart
index cb22b11f79555ec61b5e15e72a5d47d8cfb2859e..ba3b9aff64c5471f08d522f1f92753110f9e5c70 100644
--- a/tests/compiler/dart2js/mirror_helper_test.dart
+++ b/tests/compiler/dart2js/mirror_helper_test.dart
@@ -58,9 +58,8 @@ void testWithMirrorRenaming({bool minify}) {
Node getNameFunctionNode =
backend.memberNodes.values.first.first.body.statements.nodes.head;
- Expect.equals(
- const SourceString(MirrorRenamer.MIRROR_HELPER_GET_NAME_FUNCTION),
- mirrorRenamer.symbols[renames[getNameFunctionNode.expression.selector]]);
+ Expect.equals(renames[mirrorRenamer.mirrorHelperGetNameFunctionNode.name],
+ renames[getNameFunctionNode.expression.selector]);
Expect.equals("",
renames[getNameFunctionNode.expression.receiver]);
Expect.equals(1, imports.keys.length);
« no previous file with comments | « tests/compiler/dart2js/mirror_helper_rename_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698