From: Tom Tromey Date: Tue, 3 Jun 2025 14:05:41 +0000 (-0600) Subject: Clean up comment in dw2-ranges-psym-warning.exp X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5ad0c3ef8490269f3142759cc431f0c54d45540e;p=thirdparty%2Fbinutils-gdb.git Clean up comment in dw2-ranges-psym-warning.exp This removes a trailing backslash from a comment in dw2-ranges-psym-warning.exp. This backslash causes Emacs to try to reindent the next line. This happens because comments are weird in Tcl -- they are not exactly syntactic and the backslash still acts as a line-continuation marker here. --- diff --git a/gdb/testsuite/gdb.dwarf2/dw2-ranges-psym-warning.exp b/gdb/testsuite/gdb.dwarf2/dw2-ranges-psym-warning.exp index ea0fc03dd7f..6120878a1fb 100644 --- a/gdb/testsuite/gdb.dwarf2/dw2-ranges-psym-warning.exp +++ b/gdb/testsuite/gdb.dwarf2/dw2-ranges-psym-warning.exp @@ -117,7 +117,7 @@ if ![runto_main] { # the hole is there in the symbol table, but not the partial symbol table, # we run into: # (gdb) bt -# warning: (Internal error: pc 0x555555554619 in read in psymtab, \ +# warning: (Internal error: pc 0x555555554619 in read in psymtab, # but not in symtab.) # ... # (gdb)