[Lldb-commits] [lldb] [lldb] Fix test expectation in `TestFrameRecognizer.py` (PR #106281)

Adrian Vogelsgesang via lldb-commits lldb-commits at lists.llvm.org
Tue Aug 27 13:15:37 PDT 2024


https://github.com/vogelsgesang created https://github.com/llvm/llvm-project/pull/106281

None

>From 2fdc99f2e42ac7bc12449e420ff653fb963cee24 Mon Sep 17 00:00:00 2001
From: Adrian Vogelsgesang <avogelsgesang at salesforce.com>
Date: Tue, 27 Aug 2024 20:14:36 +0000
Subject: [PATCH] [lldb] Fix test expectation in `TestFrameRecognizer.py`

---
 lldb/test/API/commands/frame/recognizer/TestFrameRecognizer.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lldb/test/API/commands/frame/recognizer/TestFrameRecognizer.py b/lldb/test/API/commands/frame/recognizer/TestFrameRecognizer.py
index e25df2b6cdc245..0621fdbc669193 100644
--- a/lldb/test/API/commands/frame/recognizer/TestFrameRecognizer.py
+++ b/lldb/test/API/commands/frame/recognizer/TestFrameRecognizer.py
@@ -58,7 +58,7 @@ def test_frame_recognizer_1(self):
         self.expect(
             "frame recognizer list",
             substrs=[
-                "1: recognizer.MyOtherFrameRecognizer, module a.out, demangled symbol bar (regexp)"
+                "1: recognizer.MyOtherFrameRecognizer, module a.out, demangled symbol regex bar"
             ],
         )
         self.expect(



More information about the lldb-commits mailing list