Chromium Code Reviews| 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 4ab22350ccdc53c5832e4918dfbeb86cefad635a..f1a9351d1a005c6572a34d69d1201b5c5fa0a1fb 100644 |
| --- a/tests/compiler/dart2js/backend_dart/sexpr_test.dart |
| +++ b/tests/compiler/dart2js/backend_dart/sexpr_test.dart |
| @@ -149,13 +149,13 @@ void main() { |
| , "InvokeMethodDirectly" |
| , "LetCont" |
| , "LetPrim" |
| - , "SetClosureVariable" |
| + , "SetMutableVariable" |
| , "TypeOperator" |
| // Primitives |
| , "Constant" |
| , "CreateFunction" |
| - , "GetClosureVariable" |
| + , "GetMutableVariable" |
| , "LiteralList" |
| , "LiteralMap" |
| // Parameters are encoded by name only and hence are not in this list. |