Author: brucem Date: Wed Jul 22 08:46:32 2015 New Revision: 242900 URL: http://llvm.org/viewvc/llvm-project?rev=242900&view=rev Log: [lldb-mi tests] Fix typo of sensitive.
Modified: lldb/trunk/test/tools/lldb-mi/control/TestMiExec.py Modified: lldb/trunk/test/tools/lldb-mi/control/TestMiExec.py URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/tools/lldb-mi/control/TestMiExec.py?rev=242900&r1=242899&r2=242900&view=diff ============================================================================== --- lldb/trunk/test/tools/lldb-mi/control/TestMiExec.py (original) +++ lldb/trunk/test/tools/lldb-mi/control/TestMiExec.py Wed Jul 22 08:46:32 2015 @@ -154,7 +154,7 @@ class MiExecTestCase(lldbmi_testcase.MiT self.expect("\^running") self.expect("\*stopped,reason=\"breakpoint-hit\"") - # Warning: the following is sensative to the lines in the source + # Warning: the following is sensitive to the lines in the source # Test -exec-next self.runCmd("-exec-next --thread 1 --frame 0") @@ -208,7 +208,7 @@ class MiExecTestCase(lldbmi_testcase.MiT self.expect("\^running") self.expect("\*stopped,reason=\"breakpoint-hit\"") - # Warning: the following is sensative to the lines in the + # Warning: the following is sensitive to the lines in the # source and optimizations # Test -exec-next-instruction @@ -262,7 +262,7 @@ class MiExecTestCase(lldbmi_testcase.MiT self.expect("\^running") self.expect("\*stopped,reason=\"breakpoint-hit\"") - # Warning: the following is sensative to the lines in the source + # Warning: the following is sensitive to the lines in the source # Test that -exec-step steps into (or not) printf depending on debug info # Note that message is different in Darwin and Linux: @@ -324,7 +324,7 @@ class MiExecTestCase(lldbmi_testcase.MiT self.runCmd("-file-exec-and-symbols %s" % self.myexe) self.expect("\^done") - # Warning: the following is sensative to the lines in the + # Warning: the following is sensitive to the lines in the # source and optimizations # Run to main _______________________________________________ lldb-commits mailing list lldb-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits