summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite
diff options
context:
space:
mode:
authorNitesh Jain <nitesh.jain@imgtec.com>2017-04-25 06:12:59 +0000
committerNitesh Jain <nitesh.jain@imgtec.com>2017-04-25 06:12:59 +0000
commitb43729bc39b3df959d58864f20c54b659947ca04 (patch)
tree27c232d3bd5a30e62789af6109ef72013e8010c9 /lldb/packages/Python/lldbsuite
parentc4b48a32f08cffbeb0484d896d0decc901111d95 (diff)
downloadbcm5719-llvm-b43729bc39b3df959d58864f20c54b659947ca04.tar.gz
bcm5719-llvm-b43729bc39b3df959d58864f20c54b659947ca04.zip
[LLDB][MIPS] Fix typo in TestStepOverWatchpoint.py.
Subscribers: jaydeep, bhushan, lldb-commits, slthakur llvm-svn: 301295
Diffstat (limited to 'lldb/packages/Python/lldbsuite')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/step_over_watchpoint/TestStepOverWatchpoint.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/step_over_watchpoint/TestStepOverWatchpoint.py b/lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/step_over_watchpoint/TestStepOverWatchpoint.py
index f1d7acfcc5e..15657708ce4 100644
--- a/lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/step_over_watchpoint/TestStepOverWatchpoint.py
+++ b/lldb/packages/Python/lldbsuite/test/functionalities/watchpoint/step_over_watchpoint/TestStepOverWatchpoint.py
@@ -89,7 +89,7 @@ class TestStepOverWatchpoint(TestBase):
# resolve_location=True, read=False, write=True
write_watchpoint = write_value.Watch(True, False, True, error)
- self.assertTrue(read_watchpoint, "Failed to set write watchpoint.")
+ self.assertTrue(write_watchpoint, "Failed to set write watchpoint.")
self.assertTrue(error.Success(),
"Error while setting watchpoint: %s" %
error.GetCString())
OpenPOWER on IntegriCloud