Skip to content

Commit fc4bdf1

Browse files
committed
Merge pull request #2397 from glessard/eliminate-workaround
2 parents 9bcdd1a + 2b189f1 commit fc4bdf1

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)