diff --git a/compiler/tests-full/stdlib.cma.expected.js b/compiler/tests-full/stdlib.cma.expected.js index d19c74555e..d21485f816 100644 --- a/compiler/tests-full/stdlib.cma.expected.js +++ b/compiler/tests-full/stdlib.cma.expected.js @@ -7256,7 +7256,6 @@ runtime = globalThis.jsoo_runtime, cst_Marshal_from_bytes$1 = "Marshal.from_bytes", caml_marshal_data_size = runtime.caml_marshal_data_size, - caml_maybe_attach_backtrace = runtime.caml_maybe_attach_backtrace, caml_ml_bytes_length = runtime.caml_ml_bytes_length; /*<>*/ function caml_call1(f, a0){ return (f.l >= 0 ? f.l : f.l = f.length) == 1 @@ -7265,11 +7264,8 @@ } var global_data = runtime.caml_get_global_data(), - Assert_failure = global_data.Assert_failure, Stdlib_Bytes = global_data.Stdlib__Bytes, Stdlib = global_data.Stdlib, - _a_ = [0, 3, 0], - _b_ = [0, "marshal.ml", 75, 9], cst_Marshal_from_bytes = cst_Marshal_from_bytes$1, cst_Marshal_from_bytes$0 = cst_Marshal_from_bytes$1, cst_Marshal_data_size = "Marshal.data_size", @@ -7314,17 +7310,6 @@ ( /*<>*/ caml_call1(Stdlib_Bytes[45], buff), ofs); /*<>*/ } - function compression_supported(param){ - /*<>*/ var - /*<>*/ s = - /*<>*/ runtime.caml_output_value_to_string(0, _a_), - /*<>*/ match = - /*<>*/ runtime.caml_string_get(s, 3); - if(189 === match) /*<>*/ return 1; - if(190 === match) /*<>*/ return 0; - /*<>*/ throw /*<>*/ caml_maybe_attach_backtrace - ([0, Assert_failure, _b_], 1); - /*<>*/ } var Stdlib_Marshal = [0, @@ -7335,9 +7320,8 @@ from_string, header_size, data_size, - total_size, - compression_supported]; - runtime.caml_register_global(9, Stdlib_Marshal, "Stdlib__Marshal"); + total_size]; + runtime.caml_register_global(6, Stdlib_Marshal, "Stdlib__Marshal"); return; /*<>*/ } (globalThis));