1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-18 06:51:07 +01:00

Merge pull request #13070 from DeterminateSystems/fix-windows

Don't build MonitorFdHup test on Windows
This commit is contained in:
John Ericson 2025-04-23 14:23:15 -04:00 committed by GitHub
commit 9eb608cbef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,3 +1,5 @@
#ifndef _WIN32
# include "nix/util/util.hh"
# include "nix/util/monitor-fd.hh"
@ -16,3 +18,5 @@ TEST(MonitorFdHup, shouldNotBlock)
}
}
}
#endif