forked from OSchip/llvm-project
Clean up test/tools/lldb-mi/TestMiNotification.py (MI)
llvm-svn: 228804
This commit is contained in:
parent
83bdf32cf4
commit
b52ec4d1d5
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue