Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hhugo committed Dec 17, 2024
1 parent 6ccb19b commit 23e65ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler/tests-full/stdlib.cma.expected.js
Original file line number Diff line number Diff line change
Expand Up @@ -1121,8 +1121,8 @@
caml_maybe_attach_backtrace = runtime.caml_maybe_attach_backtrace,
caml_wrap_exception = runtime.caml_wrap_exception,
global_data = runtime.caml_get_global_data(),
ocaml_version = "5.3.0~beta1",
ocaml_release = [0, 5, 3, 0, [0, [0, 1, "beta1"]]],
ocaml_version = "5.3.0~beta2",
ocaml_release = [0, 5, 3, 0, [0, [0, 1, "beta2"]]],
Stdlib = global_data.Stdlib,
executable_name =
/*<<sys.ml.in:36:22>>*/ runtime.caml_sys_executable_name(0),
Expand Down

0 comments on commit 23e65ab

Please sign in to comment.