diff options
-rw-r--r-- | lldb/test/inferior-crashing/TestInferiorCrashing.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/inferior-crashing/TestInferiorCrashing.py b/lldb/test/inferior-crashing/TestInferiorCrashing.py index bd61c2246c3..5c3188c07e7 100644 --- a/lldb/test/inferior-crashing/TestInferiorCrashing.py +++ b/lldb/test/inferior-crashing/TestInferiorCrashing.py @@ -45,7 +45,7 @@ class CrashingInferiorTestCase(TestBase): 'stop reason = EXC_BAD_ACCESS']) # And it should report the correct line number. - self.expect("thread backtrace", + self.expect("thread backtrace all", substrs = ['stop reason = EXC_BAD_ACCESS', 'main.c:%d' % self.line]) |