Files
swift-mirror/test/diagnostics/Inputs/extra-newlines-2.swift
Hiroshi Yamauchi b419f68045 Fix the new diagnostic formatter adding extra whitespace on Windows
The swift driver emits extra newlines because it applies the LF ->
CRLF conversions again on the outpt from the child processes. Fix it
by using the binary mode when outputting the output from the child
processes.

Fixes: #64413
2023-05-23 15:33:10 -07:00

3 lines
25 B
Swift