Skip to content

Commit c2ba21e

Browse files
authored
Merge pull request #68458 from hamishknight/sign
2 parents 666c0cb + 97c3275 commit c2ba21e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

test/SILOptimizer/target-const-prop.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// Make a runtime test to check that the values are correct.
44
// RUN: %empty-directory(%t)
55
// RUN: %target-build-swift -O -module-name=test %s -o %t/a.out
6+
// RUN: %target-codesign %t/a.out
67
// RUN: %target-run %t/a.out | %FileCheck %s -check-prefix=CHECK-OUTPUT
78

89
// REQUIRES: executable_test,optimized_stdlib

validation-test/SILOptimizer/gh68328.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// RUN: %empty-directory(%t)
2-
// RUN: %target-build-swift %s -o %t/bin
2+
// RUN: %target-build-swift %s -o %t/bin
3+
// RUN: %target-codesign %t/bin
34
// RUN: %target-run %t/bin 2> %t/out.txt || true
45
// RUN: %FileCheck %s < %t/out.txt
56

0 commit comments

Comments
 (0)