Skip to content

Commit 8936fe6

Browse files
Copilotadamsitnik
andauthored
Add missing using System.IO to ProcessStreamingTests.cs to fix build
Agent-Logs-Url: https://github.com/dotnet/runtime/sessions/869a5549-5949-464f-87b5-fdec953f9edd Co-authored-by: adamsitnik <6011991+adamsitnik@users.noreply.github.com>
1 parent f583fca commit 8936fe6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/libraries/System.Diagnostics.Process/tests/ProcessStreamingTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33

44
using System.Collections.Generic;
5+
using System.IO;
56
using System.Text;
67
using System.Threading;
78
using System.Threading.Tasks;

0 commit comments

Comments
 (0)