Skip to content

Commit 09d73a8

Browse files
author
Lance Parker
committed
Only import Foundation on Darwin platforms
1 parent 2839e78 commit 09d73a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/stdlib/Inputs/ArrayTypesAndHelpers.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import Swift
22
import StdlibUnittest
3-
import Foundation
43
#if _runtime(_ObjC)
54
import Darwin
5+
import Foundation
66
#endif
77

88

0 commit comments

Comments
 (0)