From 8e77fff268d4aab7951f4d19af9e2f9046c9c0a0 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Thu, 9 Feb 2023 12:23:08 -0700 Subject: [PATCH] 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. --- gdb/testsuite/gdb.rust/fnfield.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2