Skip to content

Commit a03749a

Browse files
Merge pull request #18672 from aschwaighofer/codesign_two_more_tests
Codesign two more tests
2 parents d96dc37 + b9fe52e commit a03749a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/Interpreter/objc_class_resilience.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// RUN: %target-codesign %t/libresilient_struct.%target-dylib-extension
55

66
// RUN: %target-build-swift %s -L %t -I %t -lresilient_struct -o %t/main -Xlinker -rpath -Xlinker %t
7+
// RUN: %target-codesign %t/main
78

89
// RUN: %target-run %t/main %t/libresilient_struct.%target-dylib-extension
910

validation-test/Sema/rdar32204609.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: rm -rf %t
22
// RUN: mkdir -p %t
33
// RUN: %target-build-swift %s -o %t/a.out
4+
// RUN: %target-codesign %t/a.out
45
// RUN: %target-run %t/a.out
56

67
// REQUIRES: executable_test

0 commit comments

Comments
 (0)