]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Clean up comment in dw2-ranges-psym-warning.exp
authorTom Tromey <tromey@adacore.com>
Tue, 3 Jun 2025 14:05:41 +0000 (08:05 -0600)
committerTom Tromey <tromey@adacore.com>
Tue, 3 Jun 2025 14:10:48 +0000 (08:10 -0600)
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.

gdb/testsuite/gdb.dwarf2/dw2-ranges-psym-warning.exp

index ea0fc03dd7fd5d586e2b83d812d6117561f932c9..6120878a1fb49a47086de9464b3a095fe6c9b24d 100644 (file)
@@ -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)