projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ac460b
)
Fix comment in gdb.rust/fnfield.exp
author
Tom Tromey
<tom@tromey.com>
Thu, 9 Feb 2023 19:23:08 +0000
(12:23 -0700)
committer
Tom Tromey
<tom@tromey.com>
Thu, 9 Feb 2023 19:23:08 +0000
(12:23 -0700)
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
patch
|
blob
|
history
diff --git
a/gdb/testsuite/gdb.rust/fnfield.exp
b/gdb/testsuite/gdb.rust/fnfield.exp
index 413104cca648e1dc022d52c4382ff68c3aa6b63c..5ae0c53b1eb2c5daafc06fd6c936f9f7aeb76d57 100644
(file)
--- 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