Skip to content

Commit 9b9a3d9

Browse files
author
Max Moiseev
committed
[stdlib] adding import SwiftPrivate to fix Repeat tests
1 parent 2e56083 commit 9b9a3d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/1_stdlib/Repeat.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import Swift
77
// Also import modules which are used by StdlibUnittest internally. This
88
// workaround is needed to link all required libraries in case we compile
99
// StdlibUnittest with -sil-serialize-all.
10+
import SwiftPrivate
1011
#if _runtime(_ObjC)
1112
import ObjectiveC
1213
#endif

0 commit comments

Comments
 (0)