Fix TestMiExec.test_lldbmi_exec_next_instruction
authorPavel Labath <labath@google.com>
Thu, 24 Nov 2016 15:54:15 +0000 (15:54 +0000)
committerPavel Labath <labath@google.com>
Thu, 24 Nov 2016 15:54:15 +0000 (15:54 +0000)
commit0143bdb8710dac3fb29f521baa81522fa75fdb6f
treef8e6ea358acbb17df166854697d19857e0a0c09b
parentebac56ebb0513e343568a58a0a59163caf8cf57d
Fix TestMiExec.test_lldbmi_exec_next_instruction

The line numbers come out slightly differently when the test is run with gcc-4.9
as a compiler. The test probably should not depend on that, but that is a
different story.

llvm-svn: 287893
lldb/packages/Python/lldbsuite/test/tools/lldb-mi/control/TestMiExec.py