Skip to content

Commit 292762d

Browse files
committed
[Test] Add codesign command to protocol-conformance-cache tests.
rdar://162423302
1 parent e798e9c commit 292762d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/Runtime/protocol-conformance-cache-objc.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// RUN: %empty-directory(%t)
22
// RUN: %target-build-swift %s -o %t/a.out
3+
// RUN: %target-codesign %t/a.out
34
// RUN: env %env-SWIFT_DEBUG_ENABLE_PROTOCOL_CONFORMANCES_LOOKUP_LOG=1 %target-run %t/a.out 2>&1 | %FileCheck %s
45

56
// REQUIRES: executable_test

test/Runtime/protocol-conformance-cache.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// RUN: %empty-directory(%t)
22
// RUN: %target-build-swift %s -o %t/a.out
3+
// RUN: %target-codesign %t/a.out
34
// RUN: env %env-SWIFT_DEBUG_ENABLE_PROTOCOL_CONFORMANCES_LOOKUP_LOG=1 %target-run %t/a.out 2>&1 | %FileCheck %s
45

56
// REQUIRES: executable_test

0 commit comments

Comments
 (0)