diff options
author | Kuba Mracek <mracek@apple.com> | 2016-12-02 22:11:26 +0000 |
---|---|---|
committer | Kuba Mracek <mracek@apple.com> | 2016-12-02 22:11:26 +0000 |
commit | 9757a934a2b3d48cf8710d987f8238abae06171d (patch) | |
tree | 728f1b9ebf22ddb95bf2ef143bc5558ded1e8d44 /lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py | |
parent | 3bec3ef6cda9f079ea51902c2be0488aeba73d50 (diff) | |
download | bcm5719-llvm-9757a934a2b3d48cf8710d987f8238abae06171d.tar.gz bcm5719-llvm-9757a934a2b3d48cf8710d987f8238abae06171d.zip |
Update test expectations after AddressSanitizer text descriptions changed in r288535.
llvm-svn: 288542
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py b/lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py index 6d461b5e264..0943d99ee83 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py @@ -56,7 +56,7 @@ class AsanTestReportDataCase(TestBase): "Process should be stopped due to ASan report", substrs=[ 'stopped', - 'stop reason = Use of deallocated memory detected']) + 'stop reason = Use of deallocated memory']) self.assertEqual( self.dbg.GetSelectedTarget().process.GetSelectedThread().GetStopReason(), |