]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/testsuite/ChangeLog-2014-2021
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 18:59:16 +0000 (12:59 -0600)
commitaef9346c25b0a0c665bce793c00797f5ab82ed37
treeb4ad923d6f2cf110fa2ebaf104d2df9058dd944a
parent0c8885885ab1d62971bbae22d4b5e335c31b19c9
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.

gdb/testsuite/ChangeLog
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