Skip to content

Commit cc19330

Browse files
committed
Codesign the Error binary before executing
1 parent e2a1862 commit cc19330

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)