Fix a small bug in gdb.rust/simple.rs
authorTom Tromey <tom@tromey.com>
Wed, 29 Aug 2018 17:08:46 +0000 (11:08 -0600)
committerTom Tromey <tom@tromey.com>
Fri, 31 Aug 2018 19:01:44 +0000 (13:01 -0600)
commit7b93bc4c624821352ce32734c89589102eaded87
treee2436c5f6955e1020c64dbc450ae621794c6e5b2
parentf76fdf08e2e8ac040295ae61006578ff768c6bf2
Fix a small bug in gdb.rust/simple.rs

I noticed that gdb.rust/simple.rs had two local variables named "v".
This didn't previous cause problems, but with a newer rust compiler
this resulted in a test failure.  (It should have failed all along, so
I suppose earlier passes were due to a compiler bug.)

This patch renames the second variable.

2018-08-31  Tom Tromey  <tom@tromey.com>

* gdb.rust/simple.rs: Rename second variable "v".
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.rust/simple.rs