Codesign the Error binary before executing

This commit is contained in:
Mishal Shah
2020-08-19 17:59:59 -07:00
parent e2a1862870
commit cc19330c75

View File

@@ -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