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.
2 parents 7578d84 + 7d9ebf1 commit e22f10bCopy full SHA for e22f10b
test-static-stdlib/test-dispatch-static-stdlib.test
@@ -1,7 +1,7 @@
1
REQUIRES: platform=Linux
2
RUN: rm -rf %t
3
RUN: mkdir -p %t
4
-RUN: %{swiftc} -static-stdlib %S/dispatch_test.swift -ldispatch -lswiftDispatch -lDispatchStubs -o %t/dispatch_test
+RUN: %{swiftc} -static-stdlib %S/dispatch_test.swift -ldispatch -lswiftDispatch -o %t/dispatch_test
5
RUN: %t/dispatch_test | %{FileCheck} %s
6
7
CHECK: OK
0 commit comments