We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents abc360e + 6990193 commit ab8ca32Copy full SHA for ab8ca32
test/std.ml
@@ -42,7 +42,7 @@ let std_char_custom_root () =
42
Bam.Gen.run gen (Bam.Gen.Random.make [|0|]) |> Bam.Tree.root |> Char.code
43
in
44
if v = 5 then Lwt.return_unit
45
- else Test.failf "expected 5 got %d" v
+ else Test.fail "expected 5 got %d" v
46
47
let register () =
48
std_int_range_inclusive_bounds () ;
0 commit comments