Skip to content

Commit

Permalink
Merge pull request #454 from ocaml-multicore/dynlink-cygwin
Browse files Browse the repository at this point in the history
Omission: temporarily disable Dynlink test under Cygwin too
  • Loading branch information
jmid authored Apr 19, 2024
2 parents 73033b7 + b641952 commit 9857c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dynlink/lin_tests.ml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ end
module DynT = Lin_domain.Make(DynConf)

let _ =
if Sys.win32
if Sys.win32 || Sys.cygwin
then
Printf.printf "Lin Dynlink tests disabled under Windows\n\n%!"
else
Expand Down

0 comments on commit 9857c99

Please sign in to comment.