https://github.com/tbaederr updated https://github.com/llvm/llvm-project/pull/136269
>From bc65c24f328a45184cbded16b204c5c1aba78450 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= <tbae...@redhat.com> Date: Fri, 18 Apr 2025 08:43:37 +0200 Subject: [PATCH] [lldb] Try to fix TestExprDiagnostics test --- .../commands/expression/diagnostics/TestExprDiagnostics.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lldb/test/API/commands/expression/diagnostics/TestExprDiagnostics.py b/lldb/test/API/commands/expression/diagnostics/TestExprDiagnostics.py index b476a807c6dc0..0cc505aedc4be 100644 --- a/lldb/test/API/commands/expression/diagnostics/TestExprDiagnostics.py +++ b/lldb/test/API/commands/expression/diagnostics/TestExprDiagnostics.py @@ -33,7 +33,7 @@ def test_source_and_caret_printing(self): self.assertIn( """ 1 | unknown_identifier - | ^ + | ^~~~~~~~~~~~~~~~~~ """, value.GetError().GetCString(), ) @@ -45,7 +45,7 @@ def test_source_and_caret_printing(self): self.assertIn( """ 1 | 1 + unknown_identifier - | ^ + | ^~~~~~~~~~~~~~~~~~ """, value.GetError().GetCString(), ) @@ -57,7 +57,7 @@ def test_source_and_caret_printing(self): self.assertIn( """ 2 | foobar +=1; - | ^ + | ^~~~~~ """, value.GetError().GetCString(), ) _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits