| Index: tests/compiler/dart2js/js_backend_cps_ir_runtime_types_test.dart
|
| diff --git a/tests/compiler/dart2js/js_backend_cps_ir_runtime_types_test.dart b/tests/compiler/dart2js/js_backend_cps_ir_runtime_types_test.dart
|
| index 907484f4f75fe8b3b07bc5bff7d0b0da5ebcebca..4353b69a6dd832c0e2c793b26c28804faf6edb88 100644
|
| --- a/tests/compiler/dart2js/js_backend_cps_ir_runtime_types_test.dart
|
| +++ b/tests/compiler/dart2js/js_backend_cps_ir_runtime_types_test.dart
|
| @@ -40,7 +40,7 @@ main() {
|
| }""",
|
| """
|
| function() {
|
| - return P.print($createType($typeToString($getSubstitutedTypeArgument(this, "\$asC", 1))));
|
| + return P.print($createType($typeToString($getSubstitutedTypeArgument(this, "C", 1))));
|
| }"""),
|
| const TestEntry.forMethod('function(C#foo)', r"""
|
| class C<T> {
|
|
|