Skip to content

Commit

Permalink
[tests] [32bit] update tests for 32bit CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ejgallego committed Sep 30, 2024
1 parent f9d03fc commit eae6d06
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions compiler/tests-compiler/gh1051.ml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,13 @@ let%expect_test _ =
Util.compile_and_run ~skip_modern:true prog;
[%expect
{|
Warning: integer overflow: integer 0xffffffff (4294967295) truncated to 0xffffffff (-1); the generated code might be incorrect.
ffffffff |}];
()

let%expect_test _ =
Util.print_fun_decl (Util.compile_and_parse prog) None;
[%expect
{|
Warning: integer overflow: integer 0xffffffff (4294967295) truncated to 0xffffffff (-1); the generated code might be incorrect.
function caml_call2(f, a0, a1){
return (f.l >= 0 ? f.l : f.l = f.length) == 2
? f(a0, a1)
Expand Down

0 comments on commit eae6d06

Please sign in to comment.