Relax regexp in gdb.rust/unsized.exp
authorTom Tromey <tom@tromey.com>
Sat, 12 Mar 2022 21:36:43 +0000 (14:36 -0700)
committerTom Tromey <tom@tromey.com>
Sat, 12 Mar 2022 21:37:37 +0000 (14:37 -0700)
commit4775334c6f6c18584d9f1aff6b63b2b0fcf6ccab
tree53270c98dcc377ad50c9c70534a803add86d84c5
parent9fb67c234571418221e3a4b77e1fbae2bc9fc85e
Relax regexp in gdb.rust/unsized.exp

With nightly rustc, gdb.rust/unsized.exp fails:

    (gdb) ptype *us
    Structure has no component named operator*.

rustc changed to emit a bit more debug info for unsized types.
Because the original test is just to make sure that ptype of an
unsized array looks right, this patch relaxes the regexp and changes
the expression.  I think this keeps the original test meaning, but
also works with nightly.  I also tested stable and 1.48.
gdb/testsuite/gdb.rust/unsized.exp