From c6799d98435df03872b960d95fcfa32718971bd6 Mon Sep 17 00:00:00 2001 From: Jim Ingham Date: Thu, 12 May 2022 14:30:09 -0700 Subject: [PATCH] Revision 3339000e0bda696c2e29173d15958c0a4978a143 caused the Language plugin to get queried earlier on in the startup, so that for .s files we call the language "unknown" not "not-loaded". This test was checking against that string, so I fixed it for the change. --- lldb/test/Shell/SymbolFile/DWARF/x86/dwp.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/test/Shell/SymbolFile/DWARF/x86/dwp.s b/lldb/test/Shell/SymbolFile/DWARF/x86/dwp.s index c5f89b04a18dc..a921641bcec54 100644 --- a/lldb/test/Shell/SymbolFile/DWARF/x86/dwp.s +++ b/lldb/test/Shell/SymbolFile/DWARF/x86/dwp.s @@ -10,7 +10,7 @@ # CHECK: (INT3) A = 3 # CHECK-LABEL: image lookup -v -n F1 -# CHECK: CompileUnit: id = {0x00000001}, file = "1.c", language = "" +# CHECK: CompileUnit: id = {0x00000001}, file = "1.c", language = "unknown" # CHECK: Function: {{.*}}, name = "F1", range = [0x0000000000000001-0x0000000000000002) # CHECK: Variable: {{.*}}, name = "x", type = "int", valid ranges = , location = [0x0000000000000001, 0x0000000000000002) -> DW_OP_reg1 RDX