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,@object               # @e
         .section        .rodata,"a",@progbits


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

Reply via email to