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 <avogelsges...@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(

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to