We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c387c4 commit 6f2ffa0Copy full SHA for 6f2ffa0
1 file changed
ocaml/libs/xapi-stdext/lib/xapi-stdext-threads/ipq_test.ml
@@ -19,7 +19,7 @@ let test_out_of_index () =
19
let q = Ipq.create 10 0 in
20
Ipq.add q {Ipq.ev= 123; Ipq.time= Mtime_clock.elapsed ()} ;
21
let is_oob = function
22
- | Invalid_argument s when String.ends_with ~suffix:" out of bounds" s ->
+ | Invalid_argument s when String.ends_with ~suffix:" out of bounds" s ->
23
true
24
| _ ->
25
false
0 commit comments