Clean up test/tools/lldb-mi/TestMiNotification.py (MI)

llvm-svn: 228804
This commit is contained in:
Ilia K 2015-02-11 05:02:44 +00:00
parent 83bdf32cf4
commit b52ec4d1d5
1 changed files with 0 additions and 2 deletions

View File

@ -115,7 +115,6 @@ class MiNotificationTestCase(lldbmi_testcase.MiTestCaseBase):
# Exit
self.runCmd("-gdb-exit")
self.runCmd("") #FIXME lldb-mi hangs here on Linux; extra return is needed
self.expect("\^exit")
finally:
@ -199,7 +198,6 @@ class MiNotificationTestCase(lldbmi_testcase.MiTestCaseBase):
# Exit
self.runCmd("-gdb-exit")
self.runCmd("") #FIXME lldb-mi hangs here on Linux; extra return is needed
self.expect("\^exit")
finally: