Skip to content

Commit eadd617

Browse files
Merge pull request #80650 from nate-chandler/cherrypick/release/6.1/rdar148641825
6.1: [Test] Codesign lib on same line as binary.
2 parents 4936b13 + 009d17b commit eadd617

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/Interpreter/coroutine_accessors_default_implementations.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
// RUN: %target-rpath(%t) \
3939
// RUN: -o %t/main
4040

41-
// RUN: %target-codesign %t/main
41+
// RUN: %target-codesign %t/main %t/%target-library-name(Library)
4242
// RUN: %target-run %t/main %t/%target-library-name(Library) | %FileCheck %s
4343

4444
// REQUIRES: swift_feature_CoroutineAccessors

test/Interpreter/typed_throws_abi.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: %target-build-swift-dylib(%t/%target-library-name(TypedThrowsABI)) -enable-library-evolution %S/Inputs/typed_throws_abi_impl.swift -emit-module -emit-module-path %t/TypedThrowsABI.swiftmodule -module-name TypedThrowsABI
22

33
// RUN: %target-build-swift -parse-as-library -Xfrontend -disable-availability-checking %s -lTypedThrowsABI -I %t -L %t -o %t/main %target-rpath(%t)
4-
// RUN: %target-codesign %t/main
4+
// RUN: %target-codesign %t/main %t/%target-library-name(TypedThrowsABI)
55
// RUN: %target-run %t/main %t/%target-library-name(TypedThrowsABI) | %FileCheck %s
66

77
// REQUIRES: executable_test

0 commit comments

Comments
 (0)