Skip to content

Commit 293c7b1

Browse files
committed
promote
1 parent 4587b75 commit 293c7b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/tests-full/stdlib.cma.expected.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9165,7 +9165,7 @@
91659165
max_int = 2147483647;
91669166
if(32 === _a_)
91679167
var
9168-
max_int$0 = /*<<int32.ml:58:6>>*/ Stdlib[19],
9168+
max_int$0 = /*<<int32.ml:58:20>>*/ Stdlib[19],
91699169
unsigned_to_int =
91709170
/*<<int32.ml:59:6>>*/ function(n){
91719171
/*<<int32.ml:60:11>>*/ if
@@ -9443,7 +9443,7 @@
94439443
min_int = /*<<nativeint.ml:48:14>>*/ 1 << (size - 1 | 0),
94449444
max_int = /*<<nativeint.ml:49:14>>*/ min_int - 1 | 0;
94459445
function lognot(n){ /*<<nativeint.ml:50:29>>*/ return n ^ -1;}
9446-
var max_int$0 = /*<<nativeint.ml:49:28>>*/ Stdlib[19];
9446+
var max_int$0 = /*<<nativeint.ml:53:16>>*/ Stdlib[19];
94479447
function unsigned_to_int(n){
94489448
/*<<nativeint.ml:55:7>>*/ if
94499449
(caml_greaterequal(n, 0)

0 commit comments

Comments
 (0)