Add a comment in tools/lldb-mi/TestMiExit.py after r228286

llvm-svn: 228324
This commit is contained in:
Ilia K 2015-02-05 18:20:32 +00:00
parent db1da7a54c
commit 5fcdc2f7c3
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class MiExitTestCase(lldbmi_testcase.MiTestCaseBase):
# Test -gdb-exit: try to exit and check that program is finished
self.runCmd("-gdb-exit")
self.runCmd("")
self.runCmd("") #FIXME hangs here on Linux; extra return is needed
self.expect("\^exit")
import pexpect
self.expect(pexpect.EOF)