Skip to content

Commit 281d519

Browse files
committed
test: repair the separate_tangent_type test on Windows
1 parent 3039ca4 commit 281d519

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/AutoDiff/validation-test/separate_tangent_type.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
import StdlibUnittest
55
#if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)
66
import Darwin.C
7+
#elseif os(Windows)
8+
import ucrt
79
#else
810
import Glibc
911
#endif

0 commit comments

Comments
 (0)