File tree Expand file tree Collapse file tree 2 files changed +0
-17
lines changed Expand file tree Collapse file tree 2 files changed +0
-17
lines changed Original file line number Diff line number Diff line change 4
4
// REQUIRES: objc_interop
5
5
6
6
import StdlibUnittest
7
-
8
- // Also import modules which are used by StdlibUnittest internally. This
9
- // workaround is needed to link all required libraries in case we compile
10
- // StdlibUnittest with -sil-serialize-all.
11
- import SwiftPrivate
12
- #if _runtime(_ObjC)
13
- import ObjectiveC
14
- #endif
15
-
16
7
import Dispatch
17
8
18
9
let iterations = 200_000
Original file line number Diff line number Diff line change 3
3
4
4
import StdlibUnittest
5
5
6
- // Also import modules which are used by StdlibUnittest internally. This
7
- // workaround is needed to link all required libraries in case we compile
8
- // StdlibUnittest with -sil-serialize-all.
9
- import SwiftPrivate
10
- #if _runtime(_ObjC)
11
- import ObjectiveC
12
- #endif
13
-
14
6
let iterations = 1_000
15
7
16
8
class Thing { }
You can’t perform that action at this time.
0 commit comments