diff options
Diffstat (limited to 'lldb/test/functionalities/inferior-changed/TestInferiorChanged.py')
| -rw-r--r-- | lldb/test/functionalities/inferior-changed/TestInferiorChanged.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/functionalities/inferior-changed/TestInferiorChanged.py b/lldb/test/functionalities/inferior-changed/TestInferiorChanged.py index 3a95f54c5c2..ef078fbeb9e 100644 --- a/lldb/test/functionalities/inferior-changed/TestInferiorChanged.py +++ b/lldb/test/functionalities/inferior-changed/TestInferiorChanged.py @@ -52,7 +52,7 @@ class ChangedInferiorTestCase(TestBase): if sys.platform.startswith("darwin"): stop_reason = 'stop reason = EXC_BAD_ACCESS' else: - stop_reason = 'stop reason = signal SIGSEGV' + stop_reason = 'stop reason = invalid address' # The stop reason of the thread should be a bad access exception. self.expect("thread list", STOPPED_DUE_TO_EXC_BAD_ACCESS, |

