Skip to content

Commit a128782

Browse files
committed
WIP
1 parent d09ce38 commit a128782

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

compiler/tests-compiler/pbt/test_int31.ml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@ let%expect_test _ =
7777
in
7878
if sixty_four && not (String.equal output expected)
7979
then Format.printf "Unexpected output string@.%[email protected]:@.%s@." output expected;
80-
[%expect
81-
""]
80+
[%expect ""]
8281

8382
let%expect_test _ =
8483
let i = Gen.(generate1 (no_shrink out_of_range_int)) in

toplevel/test/dune

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
--toplevel
2828
--disable
2929
shortvar
30-
-w no-effects
30+
-w
31+
no-effects
3132
%{dep:test_toplevel1.bc}
3233
-o
3334
%{targets})))
@@ -41,7 +42,8 @@
4142
--no-cmis
4243
--disable
4344
shortvar
44-
-w no-effects
45+
-w
46+
no-effects
4547
%{dep:test_toplevel2.bc}
4648
-o
4749
%{targets})))

0 commit comments

Comments
 (0)