| 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) {
|
|
|