[Lldb-commits] [lldb] fad6010 - [lldb/test] Update error message in debug-types-signature-loop.s

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 1 04:52:07 PST 2023


Author: Pavel Labath
Date: 2023-03-01T13:51:58+01:00
New Revision: fad60105ace546deb219adb14e0eef01a2b6c9d6

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

LOG: [lldb/test] Update error message in debug-types-signature-loop.s

The error message changed in D144664.

Added: 
    

Modified: 
    lldb/test/Shell/SymbolFile/DWARF/x86/debug-types-signature-loop.s

Removed: 
    


################################################################################
diff  --git a/lldb/test/Shell/SymbolFile/DWARF/x86/debug-types-signature-loop.s b/lldb/test/Shell/SymbolFile/DWARF/x86/debug-types-signature-loop.s
index d0d0fd5705a45..64b835353ed4e 100644
--- a/lldb/test/Shell/SymbolFile/DWARF/x86/debug-types-signature-loop.s
+++ b/lldb/test/Shell/SymbolFile/DWARF/x86/debug-types-signature-loop.s
@@ -4,7 +4,7 @@
 # RUN: ld.lld %t.o -o %t
 # RUN: %lldb %t -o "target variable e" -b | FileCheck %s
 
-# CHECK: e = <could not resolve type>
+# CHECK: Error: 'Unable to determine byte size.'
 
         .type   e, at object               # @e
         .section        .rodata,"a", at progbits


        


More information about the lldb-commits mailing list