Skip to content

Commit 608341f

Browse files
authored
Update ExitTest.swift
1 parent b570887 commit 608341f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Testing/ExitTests/ExitTest.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ extension ExitTest {
114114
// As with Linux, disable the generation core files. FreeBSD does not, as
115115
// far as I can tell, special-case RLIMIT_CORE=1.
116116
var rl = rlimit(rlim_cur: 0, rlim_max: 0)
117-
_ = setrlimit(CInt(RLIMIT_CORE), &rl)
117+
_ = setrlimit(RLIMIT_CORE, &rl)
118118
#elseif os(Windows)
119119
// On Windows, similarly disable Windows Error Reporting and the Windows
120120
// Error Reporting UI. Note we expect to be the first component to call

0 commit comments

Comments
 (0)