[Lldb-commits] [lldb] r228804 - Clean up test/tools/lldb-mi/TestMiNotification.py (MI)

Ilia K ki.stfu at gmail.com
Tue Feb 10 21:02:44 PST 2015


Author: ki.stfu
Date: Tue Feb 10 23:02:44 2015
New Revision: 228804

URL: http://llvm.org/viewvc/llvm-project?rev=228804&view=rev
Log:
Clean up test/tools/lldb-mi/TestMiNotification.py (MI)


Modified:
    lldb/trunk/test/tools/lldb-mi/TestMiNotification.py

Modified: lldb/trunk/test/tools/lldb-mi/TestMiNotification.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/tools/lldb-mi/TestMiNotification.py?rev=228804&r1=228803&r2=228804&view=diff
==============================================================================
--- lldb/trunk/test/tools/lldb-mi/TestMiNotification.py (original)
+++ lldb/trunk/test/tools/lldb-mi/TestMiNotification.py Tue Feb 10 23:02:44 2015
@@ -115,7 +115,6 @@ class MiNotificationTestCase(lldbmi_test
 
             # 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_test
 
             # Exit
             self.runCmd("-gdb-exit")
-            self.runCmd("") #FIXME lldb-mi hangs here on Linux; extra return is needed
             self.expect("\^exit")
 
         finally:





More information about the lldb-commits mailing list