Skip to content

Commit 9e5b4c1

Browse files
author
Marc Rasi
committed
fix test on iphonesimulator
1 parent 87ded82 commit 9e5b4c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/AutoDiff/validation-test/separate_tangent_type.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// REQUIRES: executable_test
33

44
import StdlibUnittest
5-
#if os(macOS)
5+
#if os(macOS) || os(iOS) || os(watchOS) || os(tvOS)
66
import Darwin.C
77
#else
88
import Glibc

0 commit comments

Comments
 (0)