Reversed r238363, because the message is inconsistent

with all the other assertion messages.

llvm-svn: 241212
This commit is contained in:
Sean Callanan
2015-07-01 23:56:30 +00:00
parent 03855df197
commit 05834cd2ad
174 changed files with 252 additions and 262 deletions

View File

@@ -37,7 +37,7 @@ class DataFormatterRefPtrRecursionTestCase(TestBase):
lldbutil.run_break_set_by_file_and_line (self, "main.cpp", self.line, num_expected_locations=1, loc_exact=True)
self.runCmd("run", RUN_FAILED)
self.runCmd("run", RUN_SUCCEEDED)
# The stop reason of the thread should be breakpoint.
self.expect("thread list", STOPPED_DUE_TO_BREAKPOINT,