Skip to content

Commit 14ec19f

Browse files
committed
Merge remote-tracking branch 'origin/master' into master-rebranch
2 parents 24ad142 + 5c4c4dc commit 14ec19f

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)