diff options
| -rw-r--r-- | lldb/test/lldbtest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/lldbtest.py b/lldb/test/lldbtest.py index 9b15f1bbf86..425f9d6329a 100644 --- a/lldb/test/lldbtest.py +++ b/lldb/test/lldbtest.py @@ -646,6 +646,7 @@ class TestBase(unittest2.TestCase): if exe: # First run the command. If we are expecting error, set check=False. + # Pass the assert message along since it provides more semantic info. self.runCmd(str, msg=msg, trace = (True if trace else False), check = not error) # Then compare the output against expected strings. |

