From 9c217e6479d3d8a6e03410bcfd9d7075ec234750 Mon Sep 17 00:00:00 2001 From: Steve Lee Date: Thu, 9 Dec 2021 14:51:12 -0800 Subject: [PATCH] remove assert that is incorrect and affecting our tests --- .../host/msh/PendingProgress.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Microsoft.PowerShell.ConsoleHost/host/msh/PendingProgress.cs b/src/Microsoft.PowerShell.ConsoleHost/host/msh/PendingProgress.cs index fad667dba2d..df120a2d0e5 100644 --- a/src/Microsoft.PowerShell.ConsoleHost/host/msh/PendingProgress.cs +++ b/src/Microsoft.PowerShell.ConsoleHost/host/msh/PendingProgress.cs @@ -937,8 +937,6 @@ internal override return nodesCompressed; } - Dbg.Assert(false, "with all nodes invisible, we should never reach this point."); - return 0; }