| Index: test/codegen/expect/js/src/varargs.js
|
| diff --git a/test/codegen/expect/js/src/varargs.js b/test/codegen/expect/js/src/varargs.js
|
| index 3081572a9796a2b659e46bd316042de4c8b8e185..e88d7d81894e4b8151027b0f2300b89c35b81c8b 100644
|
| --- a/test/codegen/expect/js/src/varargs.js
|
| +++ b/test/codegen/expect/js/src/varargs.js
|
| @@ -12,7 +12,7 @@ dart_library.library('js/src/varargs', null, /* Imports */[
|
| dart.setSignature(_Rest, {
|
| constructors: () => ({_Rest: [_Rest, []]})
|
| });
|
| - let rest = dart.const(new _Rest());
|
| + const rest = dart.const(new _Rest());
|
| function spread(args) {
|
| dart.throw(new core.StateError('The spread function cannot be called, ' + 'it should be compiled away.'));
|
| }
|
|
|