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

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

Issue 27510003: Scanner for UTF-8 byte arrays (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fixes compiler tests Created 7 years, 2 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/type_representation_test.dart
diff --git a/tests/compiler/dart2js/type_representation_test.dart b/tests/compiler/dart2js/type_representation_test.dart
index e22297120c8e03d7e6b3e54afce52ef664cb77d7..482c03aac73649fd79a0d530b8e8081cd1e310e9 100644
--- a/tests/compiler/dart2js/type_representation_test.dart
+++ b/tests/compiler/dart2js/type_representation_test.dart
@@ -37,7 +37,7 @@ void testTypeRepresentations() {
new TypeRepresentationGenerator(env.compiler);
Expression onVariable(TypeVariableType variable) {
- return new VariableUse(variable.name.slowToString());
+ return new VariableUse(variable.name);
}
String stringify(Expression expression) {

Powered by Google App Engine
This is Rietveld 408576698