| Index: test/codegen/expect/js/js.js
|
| diff --git a/test/codegen/expect/js/js.js b/test/codegen/expect/js/js.js
|
| index 50a6e0de7be82f703c21b7093e77471aac444cc6..32163d2145fce5bc617a31b273473f36a559ccf5 100644
|
| --- a/test/codegen/expect/js/js.js
|
| +++ b/test/codegen/expect/js/js.js
|
| @@ -6,7 +6,7 @@ dart_library.library('js/js', null, /* Imports */[
|
| ], function(exports, dart, js, core) {
|
| 'use strict';
|
| let dartx = dart.dartx;
|
| - dart.export(exports, js, ['allowInterop', 'allowInteropCaptureThis'], []);
|
| + dart.export_(exports, js, ['allowInterop', 'allowInteropCaptureThis'], []);
|
| class JS extends core.Object {
|
| JS(name) {
|
| if (name === void 0)
|
|
|