Skip to content

Commit e9d0393

Browse files
committed
tests: add a missing codesign in SILOptimizer/static_inline_arrays.swift
rdar://144826336
1 parent 5c1a02a commit e9d0393

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/SILOptimizer/static_inline_arrays.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// Also do an end-to-end test to check all components, including IRGen.
44
// RUN: %empty-directory(%t)
55
// 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
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)