Remove local variable from simple.rs test case
authorTom Tromey <tromey@adacore.com>
Wed, 1 Apr 2020 20:02:08 +0000 (14:02 -0600)
committerTom Tromey <tromey@adacore.com>
Wed, 1 Apr 2020 20:08:17 +0000 (14:08 -0600)
commite033dfa92f844849cc528649eee24d2b0b3f22e5
treeb30535f60317bee6b8f70f5bb29f85d24fc7e8d9
parent53cccef118b80913d76c0737108f6c32471cd09e
Remove local variable from simple.rs test case

This removes the "y0" variable from simple.rs:main.  This variable
isn't needed by the test case, and it uses a form of initialization
that was added in rust 1.17.  Removing this makes it simpler to run
the gdb.rust tests against older versions of rustc.

gdb/testsuite/ChangeLog
2020-04-01  Tom Tromey  <tromey@adacore.com>

* gdb.rust/simple.rs (main): Remove "y0".
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.rust/simple.rs
This page took 0.025359 seconds and 4 git commands to generate.