Skip to content

Commit 2b189f1

Browse files
committed
[test] eliminate a workaround made redundant by 49c5487
1 parent 9d2dfc0 commit 2b189f1

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

test/Runtime/weak-reference-racetests-dispatch.swift

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,6 @@
44
// REQUIRES: objc_interop
55

66
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-
167
import Dispatch
178

189
let iterations = 200_000

test/Runtime/weak-reference-racetests.swift

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,6 @@
33

44
import StdlibUnittest
55

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-
146
let iterations = 1_000
157

168
class Thing {}

0 commit comments

Comments
 (0)