| 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 001a0304b31dddb3df0c598821f2077ac3984d7e..8c651f697d756b5dbb32802c55921be6c39112c7 100644
|
| --- a/tests/compiler/dart2js/type_representation_test.dart
|
| +++ b/tests/compiler/dart2js/type_representation_test.dart
|
| @@ -124,7 +124,7 @@ void testTypeRepresentations() {
|
| env.getElement('m3').computeType(env.compiler));
|
|
|
| // m4() {}
|
| - expect('{$func: "dynamic_"}',
|
| + expect('{$func: "args0"}',
|
| env.getElement('m4').computeType(env.compiler));
|
|
|
| // m5(int a, String b) {}
|
|
|