Disable Driver/static-stdlib-autolink-linux.swift to unblock PR testing

This commit is contained in:
Artem Chikin
2021-07-21 09:04:00 -07:00
parent b9cc312ac1
commit acde5904b4

View File

@@ -2,6 +2,7 @@
// REQUIRES: static_stdlib
// REQUIRES: concurrency
// REQUIRES: libdispatch_static
// REQUIRES: rdar80900643
// RUN: %empty-directory(%t)
// RUN: echo 'public func asyncFunc() async { print("Hello") }' > %t/asyncModule.swift
@@ -18,8 +19,8 @@
// RUN: ldd %t/main | %FileCheck %s --check-prefix=LDD; \
// RUN: fi
// LDD-NOT: libswiftCore.so
// LDD-NOT: libswift_Concurrency.so
// LDD-NOT: libswiftCore.so
// LDD-NOT: libswift_Concurrency.so
import asyncModule