Skip to content

Commit 785759a

Browse files
Merge pull request #80603 from nate-chandler/rdar148641825
[Test] Codesign lib on same line as binary.
2 parents 274c4d9 + 9e15367 commit 785759a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

test/Interpreter/coroutine_accessors_default_implementations.swift

+1-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@
3535
// RUN: %target-rpath(%t) \
3636
// RUN: -o %t/main
3737

38-
// RUN: %target-codesign %t/%target-library-name(Library)
39-
// RUN: %target-codesign %t/main
38+
// RUN: %target-codesign %t/main %t/%target-library-name(Library)
4039
// RUN: %target-run %t/main %t/%target-library-name(Library) | %FileCheck %s
4140

4241
// REQUIRES: swift_feature_CoroutineAccessors

test/Interpreter/typed_throws_abi.swift

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +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
2-
// RUN: %target-codesign %t/%target-library-name(TypedThrowsABI)
32

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

87
// REQUIRES: executable_test

0 commit comments

Comments
 (0)