diff options
-rw-r--r-- | lldb/test/functionalities/stop-hook/TestStopHookMechanism.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/functionalities/stop-hook/TestStopHookMechanism.py b/lldb/test/functionalities/stop-hook/TestStopHookMechanism.py index d1fee2baa6e..b259950003b 100644 --- a/lldb/test/functionalities/stop-hook/TestStopHookMechanism.py +++ b/lldb/test/functionalities/stop-hook/TestStopHookMechanism.py @@ -43,7 +43,6 @@ class StopHookMechanismTestCase(TestBase): add_prompt = "Enter your stop hook command(s). Type 'DONE' to end." add_prompt1 = "> " - print 'lldbOption = "%s"' % self.lldbOption # So that the child gets torn down after the test. self.child = pexpect.spawn('%s %s %s' % (self.lldbHere, self.lldbOption, exe)) child = self.child |