[Lldb-commits] [lldb] [lldb] Update dsym-python-script.test for #190407 (PR #190432)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 3 16:39:17 PDT 2026


https://github.com/JDevlieghere created https://github.com/llvm/llvm-project/pull/190432

None

>From 6087357cab98cb515adb459ceaf9aa556ea82c7f Mon Sep 17 00:00:00 2001
From: Jonas Devlieghere <jonas at devlieghere.com>
Date: Fri, 3 Apr 2026 16:37:16 -0700
Subject: [PATCH] [lldb] Updagte dsym-python-script.test for #190407

---
 .../test/Shell/Platform/AutoLoad/Darwin/dsym-python-script.test | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lldb/test/Shell/Platform/AutoLoad/Darwin/dsym-python-script.test b/lldb/test/Shell/Platform/AutoLoad/Darwin/dsym-python-script.test
index d19199f7e55be..b65de63c7d8b7 100644
--- a/lldb/test/Shell/Platform/AutoLoad/Darwin/dsym-python-script.test
+++ b/lldb/test/Shell/Platform/AutoLoad/Darwin/dsym-python-script.test
@@ -23,7 +23,7 @@
 # RUN:   -o 'target create %t/TestModule.out' 2>&1 \
 # RUN:   | FileCheck %s --implicit-check-not=warning --check-prefix=CHECK-LOADED
 
-# CHECK-WARN:      warning: 'TestModule' contains a debug script. To run this script in this debug session:
+# CHECK-WARN:      warning: 'TestModule' contains an untrusted debug script. To run this script in this debug session:
 # CHECK-WARN-EMPTY:
 # CHECK-WARN-NEXT:{{^}}    command script import "{{.*}}/TestModule.out.dSYM/Contents/Resources/Python/TestModule.py"
 # CHECK-WARN-EMPTY:



More information about the lldb-commits mailing list