Chromium Code Reviews| Index: test/codegen/expect/constructors.js |
| diff --git a/test/codegen/expect/constructors.js b/test/codegen/expect/constructors.js |
| index 4c16ce224681976fec6f4fe6aa73aa541a6629ad..2cb6fda7a96ee10e73297bf99162398ec7d78da5 100644 |
| --- a/test/codegen/expect/constructors.js |
| +++ b/test/codegen/expect/constructors.js |
| @@ -195,7 +195,7 @@ dart_library.library('constructors', null, /* Imports */[ |
| }); |
| return Q; |
| }); |
| - let Q = Q$(); |
| + const Q = Q$(); |
| // Exports: |
| exports.A = A; |
| exports.B = B; |