Skip to content

Commit

Permalink
bigger size tests
Browse files Browse the repository at this point in the history
  • Loading branch information
EmileTrotignon committed Dec 19, 2023
1 parent fd308b8 commit 37e7ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion query/test/test_type_parser.ml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ let test_parser typ () =

let tests =
List.init 50 (fun i ->
let i = i in
let i = i * 5 in
let typ = random_type i in
Alcotest.test_case
(Printf.sprintf "Type_parser size %i" i)
Expand Down

0 comments on commit 37e7ebf

Please sign in to comment.