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.
1 parent 451b5fd commit 2542d74Copy full SHA for 2542d74
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
0 commit comments