diff --git a/lldb/test/API/iohandler/stdio/TestIOHandlerProcessSTDIO.py b/lldb/test/API/iohandler/stdio/TestIOHandlerProcessSTDIO.py index 5a77c0cb2b7c..0db9c56f37f9 100644 --- a/lldb/test/API/iohandler/stdio/TestIOHandlerProcessSTDIO.py +++ b/lldb/test/API/iohandler/stdio/TestIOHandlerProcessSTDIO.py @@ -26,5 +26,4 @@ class TestIOHandlerProcessSTDIO(PExpectTest): self.child.expect_exact("stdout: baz") self.child.sendcontrol('d') - self.expect_prompt() self.quit()