We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d09ce38 commit a128782Copy full SHA for a128782
compiler/tests-compiler/pbt/test_int31.ml
@@ -77,8 +77,7 @@ let%expect_test _ =
77
in
78
if sixty_four && not (String.equal output expected)
79
then Format.printf "Unexpected output string@.%[email protected]:@.%s@." output expected;
80
- [%expect
81
- ""]
+ [%expect ""]
82
83
let%expect_test _ =
84
let i = Gen.(generate1 (no_shrink out_of_range_int)) in
toplevel/test/dune
@@ -27,7 +27,8 @@
27
--toplevel
28
--disable
29
shortvar
30
- -w no-effects
+ -w
31
+ no-effects
32
%{dep:test_toplevel1.bc}
33
-o
34
%{targets})))
@@ -41,7 +42,8 @@
41
42
--no-cmis
43
44
45
46
47
%{dep:test_toplevel2.bc}
48
49
0 commit comments