We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc8657b commit 4a058aeCopy full SHA for 4a058ae
test/stdlib/VarArgs.swift
@@ -3,6 +3,13 @@
3
4
import Swift
5
6
+// Work around the inability for static-library based Swift runtime builds to
7
+// directly link against Darwin.swiftmodule by using a benign dependency on
8
+// StdlibUnittest.
9
+// https://bugs.swift.org/browse/SR-15118
10
+import StdlibUnittest
11
+runAllTests()
12
+
13
#if canImport(Darwin)
14
import Darwin
15
#if _runtime(_ObjC)
0 commit comments