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 deceb45 + acde590 commit 20e924eCopy full SHA for 20e924e
test/Driver/static-stdlib-autolink-linux.swift
@@ -2,6 +2,7 @@
2
// REQUIRES: static_stdlib
3
// REQUIRES: concurrency
4
// REQUIRES: libdispatch_static
5
+// REQUIRES: rdar80900643
6
7
// RUN: %empty-directory(%t)
8
// RUN: echo 'public func asyncFunc() async { print("Hello") }' > %t/asyncModule.swift
@@ -18,8 +19,8 @@
18
19
// RUN: ldd %t/main | %FileCheck %s --check-prefix=LDD; \
20
// RUN: fi
21
-// LDD-NOT: libswiftCore.so
22
-// LDD-NOT: libswift_Concurrency.so
+// LDD-NOT: libswiftCore.so
23
+// LDD-NOT: libswift_Concurrency.so
24
25
import asyncModule
26
0 commit comments