summaryrefslogtreecommitdiffstats
path: root/lldb/test/expression_command/persistent_ptr_update/TestPersistentPtrUpdate.py
diff options
context:
space:
mode:
authorSean Callanan <scallanan@apple.com>2015-07-01 23:56:30 +0000
committerSean Callanan <scallanan@apple.com>2015-07-01 23:56:30 +0000
commit05834cd2adac6a9c3a69a137075bb9dcdce07373 (patch)
tree7b75c3f42c8188bb273f90bf87695ad2d24b31ac /lldb/test/expression_command/persistent_ptr_update/TestPersistentPtrUpdate.py
parent03855df197944840745afd1180ebf423c7050c3c (diff)
downloadbcm5719-llvm-05834cd2adac6a9c3a69a137075bb9dcdce07373.tar.gz
bcm5719-llvm-05834cd2adac6a9c3a69a137075bb9dcdce07373.zip
Reversed r238363, because the message is inconsistent
with all the other assertion messages. llvm-svn: 241212
Diffstat (limited to 'lldb/test/expression_command/persistent_ptr_update/TestPersistentPtrUpdate.py')
-rw-r--r--lldb/test/expression_command/persistent_ptr_update/TestPersistentPtrUpdate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/expression_command/persistent_ptr_update/TestPersistentPtrUpdate.py b/lldb/test/expression_command/persistent_ptr_update/TestPersistentPtrUpdate.py
index eb9e75dd110..9c291219529 100644
--- a/lldb/test/expression_command/persistent_ptr_update/TestPersistentPtrUpdate.py
+++ b/lldb/test/expression_command/persistent_ptr_update/TestPersistentPtrUpdate.py
@@ -40,7 +40,7 @@ class PersistentPtrUpdateTestCase(TestBase):
self.runCmd('break set -p here')
- self.runCmd("run", RUN_FAILED)
+ self.runCmd("run", RUN_SUCCEEDED)
self.runCmd("expr void* $foo = nullptr")
OpenPOWER on IntegriCloud