]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Ensure gdb.ada/multiarray.exp runs in both modes
authorTom Tromey <tromey@adacore.com>
Mon, 19 Aug 2024 16:48:18 +0000 (10:48 -0600)
committerTom Tromey <tromey@adacore.com>
Mon, 19 Aug 2024 16:48:18 +0000 (10:48 -0600)
commit8be66a3708a98e8fccdc79218f7dde3fef63ee41
treef347e6e2bb39cd22d61b32ae72c795fdf6b65301
parent73fbc50f4bedd22df171d36bb01e77e9ca33691b
Ensure gdb.ada/multiarray.exp runs in both modes

gdb.ada/multiarray.exp has a loop that looks like it should run the
test in both 'all' and 'minimal' encodings mode.  However, the body of
the loop doesn't actually use the 'flags' variable.  This was an
oversight in the original commit.
gdb/testsuite/gdb.ada/multiarray.exp