diff options
author | Tom Tromey <tom@tromey.com> | 2023-02-09 12:23:08 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2023-02-09 12:23:08 -0700 |
commit | 8e77fff268d4aab7951f4d19af9e2f9046c9c0a0 (patch) | |
tree | dd8a8cb4b455440dfc8ed120c17b995c492fddfa /gdb | |
parent | 8ac460b742bc7f49acbcd78f8822386f56814055 (diff) | |
download | gdb-8e77fff268d4aab7951f4d19af9e2f9046c9c0a0.zip gdb-8e77fff268d4aab7951f4d19af9e2f9046c9c0a0.tar.gz gdb-8e77fff268d4aab7951f4d19af9e2f9046c9c0a0.tar.bz2 |
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.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/gdb.rust/fnfield.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.rust/fnfield.exp b/gdb/testsuite/gdb.rust/fnfield.exp index 413104c..5ae0c53 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 <http://www.gnu.org/licenses/>. -# Test trait object printing. +# Test calls of function-value fields. load_lib rust-support.exp require allow_rust_tests |