mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Codesign the Error binary before executing
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
// RUN: %empty-directory(%t)
|
||||
// RUN: %target-build-swift -o %t/Error -DPTR_SIZE_%target-ptrsize -module-name main %/s
|
||||
// RUN: %target-codesign %t/Error
|
||||
// RUN: %target-run %t/Error
|
||||
// REQUIRES: executable_test
|
||||
|
||||
import StdlibUnittest
|
||||
|
||||
|
||||
var ErrorTests = TestSuite("Error")
|
||||
|
||||
var NoisyErrorLifeCount = 0
|
||||
|
||||
Reference in New Issue
Block a user