Skip to content

Commit c5dff19

Browse files
authored
Merge pull request #74728 from eeckstein/fix-test
tests: add a missing codesign in devirtualize_existential.swift
2 parents 116abbb + 1ab14be commit c5dff19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/SILOptimizer/devirtualize_existential.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
// RUN: %empty-directory(%t)
44
// RUN: %target-build-swift -wmo -O -Xllvm -sil-disable-pass=FunctionSignatureOpts -module-name=test %s -o %t/a.out
5+
// RUN: %target-codesign %t/a.out
56
// RUN: %target-run %t/a.out | %FileCheck %s -check-prefix=CHECK-OUTPUT
67
// REQUIRES: executable_test
78

0 commit comments

Comments
 (0)