Skip to content

Commit e22f10b

Browse files
authored
Merge pull request #155 from compnerd/stubs
test-dispatch-static-stdlib: drop DispatchStubs
2 parents 7578d84 + 7d9ebf1 commit e22f10b

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)