Skip to content

Commit 23e65ab

Browse files
committed
fix
1 parent 6ccb19b commit 23e65ab

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
@@ -1121,8 +1121,8 @@
11211121
caml_maybe_attach_backtrace = runtime.caml_maybe_attach_backtrace,
11221122
caml_wrap_exception = runtime.caml_wrap_exception,
11231123
global_data = runtime.caml_get_global_data(),
1124-
ocaml_version = "5.3.0~beta1",
1125-
ocaml_release = [0, 5, 3, 0, [0, [0, 1, "beta1"]]],
1124+
ocaml_version = "5.3.0~beta2",
1125+
ocaml_release = [0, 5, 3, 0, [0, [0, 1, "beta2"]]],
11261126
Stdlib = global_data.Stdlib,
11271127
executable_name =
11281128
/*<<sys.ml.in:36:22>>*/ runtime.caml_sys_executable_name(0),

0 commit comments

Comments
 (0)