Skip to content

Commit fef09af

Browse files
authored
Merge pull request #31330 from compnerd/autodiff-module
test: repair the `separate_tangent_type` test on Windows
2 parents 8fbf1a1 + 281d519 commit fef09af

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)