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 06bc949 + 2542d74 commit ab9b904Copy full SHA for ab9b904
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