Clean up test/tools/lldb-mi/TestMiNotification.py (MI)
authorIlia K <ki.stfu@gmail.com>
Wed, 11 Feb 2015 05:02:44 +0000 (05:02 +0000)
committerIlia K <ki.stfu@gmail.com>
Wed, 11 Feb 2015 05:02:44 +0000 (05:02 +0000)
llvm-svn: 228804

lldb/test/tools/lldb-mi/TestMiNotification.py

index ac2751d..120edae 100644 (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: