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

via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 3 16:48:10 PDT 2026


Author: Jonas Devlieghere
Date: 2026-04-03T16:48:04-07:00
New Revision: 46411f384d68939f666c3464b63694dce5671a97

URL: https://github.com/llvm/llvm-project/commit/46411f384d68939f666c3464b63694dce5671a97
DIFF: https://github.com/llvm/llvm-project/commit/46411f384d68939f666c3464b63694dce5671a97.diff

LOG: [lldb] Update dsym-python-script.test for #190407 (#190432)

Added: 
    

Modified: 
    lldb/test/Shell/Platform/AutoLoad/Darwin/dsym-python-script.test

Removed: 
    


################################################################################
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