Skip to content

Commit 3fb401c

Browse files
authored
Merge pull request #21622 from compnerd/reporting-in
2 parents c9ff626 + bc58e5b commit 3fb401c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/private/StdlibUnittest/InterceptTraps.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ void installTrapInterceptor() {
7171
setbuf(stdout, 0);
7272

7373
#if defined(_WIN32)
74-
_set_abort_behavior(1, _WRITE_ABORT_MSG);
74+
_set_abort_behavior(0, _WRITE_ABORT_MSG);
7575
#endif
7676

7777
signal(SIGILL, CrashCatcher);

0 commit comments

Comments
 (0)