Skip to content

Commit 13b3332

Browse files
michael-yujijakepetroules
authored andcommitted
fix unittests on FreeBSD
1 parent 39f0b19 commit 13b3332

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

unittests/Swift/BuildSystemEngineTests.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ import llbuildTestSupport
2020

2121
#if os(Windows)
2222
import WinSDK
23+
#endif
24+
25+
#if os(Windows) || os(FreeBSD)
2326
fileprivate let NSEC_PER_SEC = 1000000000
2427
#endif
2528

0 commit comments

Comments
 (0)