Skip to content

Commit 8abc808

Browse files
committed
Merge branch 'master' into langSpecUpdate
2 parents 6fe710f + 669e733 commit 8abc808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/baselines/reference/prefixUnaryOperatorsOnExportedVariables.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ if (++y) {
3131
}
3232

3333
//// [prefixUnaryOperatorsOnExportedVariables.js]
34-
System.register([], function(exports_1) {
34+
System.register([], function(exports_1, __moduleName) {
3535
"use strict";
3636
var x, y;
3737
return {

0 commit comments

Comments
 (0)