Skip to content

Commit 0756c40

Browse files
authored
Merge pull request swiftlang#34113 from eeckstein/fix-test
2 parents 163d47e + e648482 commit 0756c40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/LLVMPasses/merge_func_ptrauth.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
// RUN: %empty-directory(%t)
44
// RUN: %target-build-swift -O -module-name=test %s -o %t/a.out
5+
// RUN: %target-codesign %t/a.out
56
// RUN: %target-run %t/a.out | %FileCheck %s -check-prefix=CHECK-OUTPUT
67

78
// REQUIRES: executable_test

0 commit comments

Comments
 (0)