| Index: tests/compiler/dart2js/backend_dart/sexpr_test.dart
|
| diff --git a/tests/compiler/dart2js/backend_dart/sexpr_test.dart b/tests/compiler/dart2js/backend_dart/sexpr_test.dart
|
| index f1a9351d1a005c6572a34d69d1201b5c5fa0a1fb..a0f3dacd162a98e3cfbbf6b936eed2a4ce31c330 100644
|
| --- a/tests/compiler/dart2js/backend_dart/sexpr_test.dart
|
| +++ b/tests/compiler/dart2js/backend_dart/sexpr_test.dart
|
| @@ -160,7 +160,10 @@ void main() {
|
| , "LiteralMap"
|
| // Parameters are encoded by name only and hence are not in this list.
|
| , "ReifyTypeVar"
|
| - , "This"
|
| +
|
| + , "(this)" // 'this' Parameter declarations
|
| + , "this" // 'this' Parameter uses
|
| +
|
| ];
|
|
|
| asyncTest(() => testStringifier(CODE, tokens).then((List<String> sexprs) {
|
|
|