Skip to content

Commit 2542d74

Browse files
committed
Add missing %target-codesigns to a couple of tests
1 parent 451b5fd commit 2542d74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
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

0 commit comments

Comments
 (0)