From 05834cd2adac6a9c3a69a137075bb9dcdce07373 Mon Sep 17 00:00:00 2001 From: Sean Callanan Date: Wed, 1 Jul 2015 23:56:30 +0000 Subject: Reversed r238363, because the message is inconsistent with all the other assertion messages. llvm-svn: 241212 --- .../data-formatter/data-formatter-cpp/TestDataFormatterCpp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/test/functionalities/data-formatter/data-formatter-cpp/TestDataFormatterCpp.py') diff --git a/lldb/test/functionalities/data-formatter/data-formatter-cpp/TestDataFormatterCpp.py b/lldb/test/functionalities/data-formatter/data-formatter-cpp/TestDataFormatterCpp.py index a6953cee3dc..8ffbb73a6e8 100644 --- a/lldb/test/functionalities/data-formatter/data-formatter-cpp/TestDataFormatterCpp.py +++ b/lldb/test/functionalities/data-formatter/data-formatter-cpp/TestDataFormatterCpp.py @@ -37,7 +37,7 @@ class CppDataFormatterTestCase(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, -- cgit v1.2.3