Skip to content

Commit 191097e

Browse files
authored
Merge pull request #467 from apple/ewilde/stop-importing-cf-as-a-framework
Stop importing CF as a framework
2 parents a61b37e + 4e33224 commit 191097e

File tree

1 file changed

+1
-1
lines changed
  • Tests/Functional/Asynchronous/Expectations

1 file changed

+1
-1
lines changed

Tests/Functional/Asynchronous/Expectations/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %{swiftc} %s -o %T/Asynchronous
1+
// RUN: %{swiftc} -Xfrontend -disable-autolink-framework -Xfrontend CoreFoundation %s -o %T/Asynchronous
22
// RUN: %T/Asynchronous > %t || true
33
// RUN: %{xctest_checker} %t %s
44

0 commit comments

Comments
 (0)