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

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

Issue 891673003: dart2js: Refactoring, documentation, and a few bugfixes in Namer class. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebase Created 5 years, 10 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/compiler/lib/src/ssa/ssa_tracer.dart ('k') | tests/html/custom_element_method_clash_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/mirrors_used_test.dart
diff --git a/tests/compiler/dart2js/mirrors_used_test.dart b/tests/compiler/dart2js/mirrors_used_test.dart
index 2d26968fb08ebe1774f404098808bedd645ab8fa..653135f20ff32b6c5bdfc3a0725cacef0b39fcda 100644
--- a/tests/compiler/dart2js/mirrors_used_test.dart
+++ b/tests/compiler/dart2js/mirrors_used_test.dart
@@ -85,8 +85,7 @@ void main() {
compiler.listClass
];
JavaScriptBackend backend = compiler.backend;
- Iterable<String> nativeNames =
- nativeClasses.map(backend.namer.getNameOfClass);
+ Iterable<String> nativeNames = nativeClasses.map(backend.namer.className);
expectedNames.addAll(nativeNames);
Set recordedNames = new Set()
« no previous file with comments | « pkg/compiler/lib/src/ssa/ssa_tracer.dart ('k') | tests/html/custom_element_method_clash_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698