Skip to content

Commit 7d9ebf1

Browse files
committed
test-dispatch-static-stdlib: drop DispatchStubs
This was used originally for the autorelease elision stub but is no longer needed. The stubs now simply service the ObjC runtime support, which is not enabled on Linux. This cleans up the invocation to allow simplifying the libdispatch build.
1 parent 97c4c97 commit 7d9ebf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
REQUIRES: platform=Linux
22
RUN: rm -rf %t
33
RUN: mkdir -p %t
4-
RUN: %{swiftc} -static-stdlib %S/dispatch_test.swift -ldispatch -lswiftDispatch -lDispatchStubs -o %t/dispatch_test
4+
RUN: %{swiftc} -static-stdlib %S/dispatch_test.swift -ldispatch -lswiftDispatch -o %t/dispatch_test
55
RUN: %t/dispatch_test | %{FileCheck} %s
66

77
CHECK: OK

0 commit comments

Comments
 (0)