Skip to content

Commit

Permalink
Restore 4.08 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Octachron committed Mar 29, 2024
1 parent 1347532 commit 4b48725
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/chi2.ml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ let _ =

end

module _ = Test(struct let name = "Random3" end)(Random3)
module _ = Test(struct let name = "Random4" end)(Random4)
module _ = Test(struct let name = "Random5" end)(Random5)
module _ = Test(struct let name = "Random5o" end)(Random5o)
module R3 = Test(struct let name = "Random3" end)(Random3)
module R4 = Test(struct let name = "Random4" end)(Random4)
module R5 = Test(struct let name = "Random5" end)(Random5)
module R6 = Test(struct let name = "Random5o" end)(Random5o)

0 comments on commit 4b48725

Please sign in to comment.