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 5c1a02a commit e9d0393Copy full SHA for e9d0393
test/SILOptimizer/static_inline_arrays.swift
@@ -3,6 +3,7 @@
3
// Also do an end-to-end test to check all components, including IRGen.
4
// RUN: %empty-directory(%t)
5
// RUN: %target-build-swift -parse-as-library -O -Xfrontend -disable-availability-checking -enable-experimental-feature ValueGenerics -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