diff --git a/test/powershell/Common/TestHostCS.psm1 b/test/powershell/Common/TestHostCS.psm1 index c056fd7a9..1496999c1 100755 --- a/test/powershell/Common/TestHostCS.psm1 +++ b/test/powershell/Common/TestHostCS.psm1 @@ -95,15 +95,15 @@ namespace TestHost public ArrayList Progress = new ArrayList(); public ArrayList Prompt = new ArrayList(); public void Clear() { - ConsoleOutput.Clear() - Input.Clear() - Error.Clear() - Verbose.Clear() - Debug.Clear() - Warning.Clear() - Information.Clear() - Progress.Clear() - Prompt.Clear() + ConsoleOutput.Clear(); + Input.Clear(); + Error.Clear(); + Verbose.Clear(); + Debug.Clear(); + Warning.Clear(); + Information.Clear(); + Progress.Clear(); + Prompt.Clear(); } } public class TestPSHostUserInterface : PSHostUserInterface