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 841eb4c + cc53fd9 commit 33e1d95Copy full SHA for 33e1d95
test/Interpreter/SDK/archive_attributes.swift
@@ -6,7 +6,7 @@
6
// RUN: %target-build-swift %s -module-name=test -o %t/decode
7
// RUN: %target-run %t/decode %t/test.arc --stdlib-unittest-in-process
8
9
-// RUN: %target-build-swift %s -module-name=test -o %t/decode -target x86_64-apple-macosx10.14.4
+// RUN: %target-build-swift %s -module-name=test -o %t/decode -target x86_64-apple-macosx10.14.4 -link-objc-runtime
10
// RUN: %target-run %t/decode %t/test.arc NEW --stdlib-unittest-in-process
11
12
// REQUIRES: executable_test
0 commit comments