Skip to content

Commit

Permalink
Disable a few tests which fail in OCaml 5
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitrii.Kosarev a.k.a. Kakadu <[email protected]>
  • Loading branch information
Dmitrii.Kosarev a.k.a. Kakadu authored and Dmitrii.Kosarev a.k.a. Kakadu committed Aug 21, 2024
1 parent cc2f93d commit 05c20d1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions regression_ppx/dune
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,8 @@
(cram
(package OCanren)
(applies_to test005)
(enabled_if
(< %{ocaml-config:version} "5"))
(deps
(package OCanren-ppx)
%{project_root}/ppx/pp_ocanren_all.exe
Expand All @@ -207,6 +209,8 @@
(cram
(package OCanren)
(applies_to test006)
(enabled_if
(< %{ocaml-config:version} "5"))
(deps
(package OCanren-ppx)
%{project_root}/ppx/pp_ocanren_all.exe
Expand All @@ -217,6 +221,8 @@
(cram
(package OCanren)
(applies_to test007)
(enabled_if
(< %{ocaml-config:version} "5"))
(deps
(package OCanren-ppx)
%{project_root}/ppx/pp_ocanren_all.exe
Expand Down

0 comments on commit 05c20d1

Please sign in to comment.