Skip to content

Commit 20e924e

Browse files
authored
Merge pull request #38533 from artemcm/disableTest
Disable `Driver/static-stdlib-autolink-linux.swift` to unblock PR testing
2 parents deceb45 + acde590 commit 20e924e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/Driver/static-stdlib-autolink-linux.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// REQUIRES: static_stdlib
33
// REQUIRES: concurrency
44
// REQUIRES: libdispatch_static
5+
// REQUIRES: rdar80900643
56

67
// RUN: %empty-directory(%t)
78
// RUN: echo 'public func asyncFunc() async { print("Hello") }' > %t/asyncModule.swift
@@ -18,8 +19,8 @@
1819
// RUN: ldd %t/main | %FileCheck %s --check-prefix=LDD; \
1920
// RUN: fi
2021

21-
// LDD-NOT: libswiftCore.so
22-
// LDD-NOT: libswift_Concurrency.so
22+
// LDD-NOT: libswiftCore.so
23+
// LDD-NOT: libswift_Concurrency.so
2324

2425
import asyncModule
2526

0 commit comments

Comments
 (0)