Skip to content

Commit 1ac11c8

Browse files
committed
fix CI
1 parent 29a40fe commit 1ac11c8

File tree

4 files changed

+1
-9
lines changed

4 files changed

+1
-9
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* Merged Wasm_of_ocaml (#1724)
77
* Lib: removed no longer relevant Js.optdef type annotations (#1769)
88
* Misc: drop support for IE
9+
* Compiler/Runtime: Make resuming a continuation more efficient (#1765)
910

1011
## Bug fixes
1112
* Fix small bug in global data flow analysis (#1768)

compiler/tests-check-prim/main.4.14.output

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ caml_bigstring_blit_string_to_ba
3434
caml_bigstring_memcmp
3535
caml_hash_mix_bigstring
3636

37-
From +effect.js:
38-
jsoo_effect_not_supported
39-
4037
From +fs.js:
4138
caml_ba_map_file
4239
caml_ba_map_file_bytecode

compiler/tests-check-prim/unix-Unix.4.14.output

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,6 @@ caml_bigstring_blit_string_to_ba
143143
caml_bigstring_memcmp
144144
caml_hash_mix_bigstring
145145

146-
From +effect.js:
147-
jsoo_effect_not_supported
148-
149146
From +fs.js:
150147
caml_ba_map_file
151148
caml_ba_map_file_bytecode

compiler/tests-check-prim/unix-Win32.4.14.output

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,6 @@ caml_bigstring_blit_string_to_ba
108108
caml_bigstring_memcmp
109109
caml_hash_mix_bigstring
110110

111-
From +effect.js:
112-
jsoo_effect_not_supported
113-
114111
From +fs.js:
115112
caml_ba_map_file
116113
caml_ba_map_file_bytecode

0 commit comments

Comments
 (0)