We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 666c0cb + 97c3275 commit c2ba21eCopy full SHA for c2ba21e
test/SILOptimizer/target-const-prop.swift
@@ -3,6 +3,7 @@
3
// Make a runtime test to check that the values are correct.
4
// RUN: %empty-directory(%t)
5
// RUN: %target-build-swift -O -module-name=test %s -o %t/a.out
6
+// RUN: %target-codesign %t/a.out
7
// RUN: %target-run %t/a.out | %FileCheck %s -check-prefix=CHECK-OUTPUT
8
9
// REQUIRES: executable_test,optimized_stdlib
validation-test/SILOptimizer/gh68328.swift
@@ -1,5 +1,6 @@
1
2
-// RUN: %target-build-swift %s -o %t/bin
+// RUN: %target-build-swift %s -o %t/bin
+// RUN: %target-codesign %t/bin
// RUN: %target-run %t/bin 2> %t/out.txt || true
// RUN: %FileCheck %s < %t/out.txt
0 commit comments