We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b570887 commit 608341fCopy full SHA for 608341f
Sources/Testing/ExitTests/ExitTest.swift
@@ -114,7 +114,7 @@ extension ExitTest {
114
// As with Linux, disable the generation core files. FreeBSD does not, as
115
// far as I can tell, special-case RLIMIT_CORE=1.
116
var rl = rlimit(rlim_cur: 0, rlim_max: 0)
117
- _ = setrlimit(CInt(RLIMIT_CORE), &rl)
+ _ = setrlimit(RLIMIT_CORE, &rl)
118
#elseif os(Windows)
119
// On Windows, similarly disable Windows Error Reporting and the Windows
120
// Error Reporting UI. Note we expect to be the first component to call
0 commit comments