Commit d89931d
committed
fix: guard POSIX headers and flock test in test_bmi_cache.cpp for Windows
sys/file.h and unistd.h don't exist on Windows. Guard with #if !_WIN32.
Also guard the PopulateSkipsWhenLockHeld test which uses flock().1 parent 5173269 commit d89931d
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
200 | 202 | | |
201 | 203 | | |
202 | 204 | | |
| 205 | + | |
203 | 206 | | |
204 | 207 | | |
| 208 | + | |
205 | 209 | | |
206 | 210 | | |
207 | 211 | | |
| |||
233 | 237 | | |
234 | 238 | | |
235 | 239 | | |
| 240 | + | |
0 commit comments