From: Tom Tromey Date: Thu, 9 Feb 2023 19:23:08 +0000 (-0700) Subject: Fix comment in gdb.rust/fnfield.exp X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8e77fff268d4aab7951f4d19af9e2f9046c9c0a0;p=binutils-gdb.git Fix comment in gdb.rust/fnfield.exp gdb.rust/fnfield.exp has a comment that, I assume, I copied from some other test. This patch fixes it. --- diff --git a/gdb/testsuite/gdb.rust/fnfield.exp b/gdb/testsuite/gdb.rust/fnfield.exp index 413104cca64..5ae0c53b1eb 100644 --- a/gdb/testsuite/gdb.rust/fnfield.exp +++ b/gdb/testsuite/gdb.rust/fnfield.exp @@ -13,7 +13,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -# Test trait object printing. +# Test calls of function-value fields. load_lib rust-support.exp require allow_rust_tests