Skip to content

Commit 884d354

Browse files
committed
fix test
1 parent 8dc4d5a commit 884d354

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/core/t_list.ml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ eq
124124
fold_flat_map (fun acc x -> acc + x, [ pf "%d" x; pf "a%d" x ]) 0 [ 1; 2; 3 ])
125125
;;
126126

127+
[@@@ifge 4.12]
127128
t @@ fun () ->
128129
let r = Atomic.make 0 in
129130
let f x =
@@ -139,6 +140,8 @@ assert_equal
139140
true
140141
;;
141142

143+
[@@@endif]
144+
142145
q
143146
Q.(list int)
144147
(fun l ->

0 commit comments

Comments
 (0)