Skip to content

Commit e648482

Browse files
committed
tests: add a missing codesign command in merge_func_ptrauth.swift
rdar://problem/69727772
1 parent 163d47e commit e648482

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)