We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd60914 commit 6990193Copy full SHA for 6990193
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