Skip to content

Commit 9857c99

Browse files
authored
Merge pull request #454 from ocaml-multicore/dynlink-cygwin
Omission: temporarily disable Dynlink test under Cygwin too
2 parents 73033b7 + b641952 commit 9857c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dynlink/lin_tests.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ end
3131
module DynT = Lin_domain.Make(DynConf)
3232

3333
let _ =
34-
if Sys.win32
34+
if Sys.win32 || Sys.cygwin
3535
then
3636
Printf.printf "Lin Dynlink tests disabled under Windows\n\n%!"
3737
else

0 commit comments

Comments
 (0)