Skip to content

Commit 5c4c4dc

Browse files
authored
Merge pull request #33558 from apple/fix-codesign-for-tests
Codesign the Error binary before executing
2 parents fc34e4c + cc19330 commit 5c4c4dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/stdlib/Error.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
// RUN: %empty-directory(%t)
22
// RUN: %target-build-swift -o %t/Error -DPTR_SIZE_%target-ptrsize -module-name main %/s
3+
// RUN: %target-codesign %t/Error
34
// RUN: %target-run %t/Error
45
// REQUIRES: executable_test
56

67
import StdlibUnittest
78

8-
99
var ErrorTests = TestSuite("Error")
1010

1111
var NoisyErrorLifeCount = 0

0 commit comments

Comments
 (0)