Skip to content

Commit 33e1d95

Browse files
authored
Merge pull request swiftlang#24690 from slavapestov/archive-attributes-arclite-ancient-argument
Fix archive_attributes test to work on macOS 10.9
2 parents 841eb4c + cc53fd9 commit 33e1d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Interpreter/SDK/archive_attributes.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// RUN: %target-build-swift %s -module-name=test -o %t/decode
77
// RUN: %target-run %t/decode %t/test.arc --stdlib-unittest-in-process
88

9-
// RUN: %target-build-swift %s -module-name=test -o %t/decode -target x86_64-apple-macosx10.14.4
9+
// RUN: %target-build-swift %s -module-name=test -o %t/decode -target x86_64-apple-macosx10.14.4 -link-objc-runtime
1010
// RUN: %target-run %t/decode %t/test.arc NEW --stdlib-unittest-in-process
1111

1212
// REQUIRES: executable_test

0 commit comments

Comments
 (0)