1 parent 846a7aa commit 4886e76Copy full SHA for 4886e76
1 file changed
tests/core/t_char.ml
@@ -4,12 +4,7 @@ include T;;
4
5
eq (Some 'a') (of_int (to_int 'a'));;
6
eq None (of_int 257);;
7
-
8
-q
9
- (Q.string_size (Q.Gen.return 1))
10
- (fun s -> Stdlib.( = ) (to_string s.[0]) s)
11
-;;
12
+q (Q.string_size (Q.Gen.return 1)) (fun s -> Stdlib.( = ) (to_string s.[0]) s);;
13
q (Q.int_range 65 90 |> Q.map Char.chr) CCChar.is_uppercase_ascii;;
14
15
q
0 commit comments