| Index: test/codegen/expect/_js_primitives/_js_primitives.js
|
| diff --git a/test/codegen/expect/_js_primitives/_js_primitives.js b/test/codegen/expect/_js_primitives/_js_primitives.js
|
| index af32b2f09ce66623d1c5fa895eb1308c539053fd..f286fc6ed9eaac439112c6182faf6f9dd82f374a 100644
|
| --- a/test/codegen/expect/_js_primitives/_js_primitives.js
|
| +++ b/test/codegen/expect/_js_primitives/_js_primitives.js
|
| @@ -1,5 +1,5 @@
|
| var _js_primitives;
|
| -(function(_js_primitives) {
|
| +(function(exports) {
|
| 'use strict';
|
| // Function printString: (String) → void
|
| function printString(string) {
|
| @@ -21,5 +21,5 @@ var _js_primitives;
|
| throw "Unable to print message: " + String(string);
|
| }
|
| // Exports:
|
| - _js_primitives.printString = printString;
|
| + exports.printString = printString;
|
| })(_js_primitives || (_js_primitives = {}));
|
|
|