Skip to content

Commit 5928859

Browse files
committed
[Test] Have rdar81421394.swift import Foundation.
This test occasionally fails due apparently not loading libswiftFoundation. The test relies on a bridging header to import the Foundation module, which seems iffy. Explicitly import Foundation instead. rdar://114590327
1 parent ebc98be commit 5928859

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

validation-test/SILGen/rdar81421394.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
// UNSUPPORTED: use_os_stdlib
1111
// UNSUPPORTED: back_deployment_runtime
1212

13+
import Foundation
14+
1315
protocol RangeFinder {
1416
var range: NSRange { get set }
1517
}

0 commit comments

Comments
 (0)