| Index: test/codegen/expect/names.js
|
| diff --git a/test/codegen/expect/names.js b/test/codegen/expect/names.js
|
| index 59c186474bca6fd3ce7a0c05b99b1dea6a65f589..51ca05327224d8ecf2e474f16f4b22bbe8036521 100644
|
| --- a/test/codegen/expect/names.js
|
| +++ b/test/codegen/expect/names.js
|
| @@ -6,7 +6,7 @@ dart_library.library('names', null, /* Imports */[
|
| 'use strict';
|
| let dartx = dart.dartx;
|
| exports.exports = 42;
|
| - let _foo$ = Symbol('_foo');
|
| + const _foo$ = Symbol('_foo');
|
| class Foo extends core.Object {
|
| [_foo$]() {
|
| return 123;
|
|
|