Skip to content

Commit

Permalink
Revision 3339000 caused the Language
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jimingham committed May 12, 2022
1 parent 4169b52 commit c6799d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lldb/test/Shell/SymbolFile/DWARF/x86/dwp.s
Expand Up @@ -10,7 +10,7 @@
# CHECK: (INT3) A = 3

# CHECK-LABEL: image lookup -v -n F1
# CHECK: CompileUnit: id = {0x00000001}, file = "1.c", language = "<not loaded>"
# CHECK: CompileUnit: id = {0x00000001}, file = "1.c", language = "unknown"
# CHECK: Function: {{.*}}, name = "F1", range = [0x0000000000000001-0x0000000000000002)
# CHECK: Variable: {{.*}}, name = "x", type = "int", valid ranges = <block>, location = [0x0000000000000001, 0x0000000000000002) -> DW_OP_reg1 RDX

Expand Down

0 comments on commit c6799d9

Please sign in to comment.