diff options
author | Michael Chastain <mec@google.com> | 2001-02-18 19:59:57 +0000 |
---|---|---|
committer | Michael Chastain <mec@google.com> | 2001-02-18 19:59:57 +0000 |
commit | 1fa449a475c465c63c22a908cd3915e50532b337 (patch) | |
tree | 63d94c75e6c3f91f2809e738d898849742ecac68 /gdb/testsuite/gdb.c++/classes.exp | |
parent | 89dea5aa55a43f4afa567c1d3a5fd7b0470abdd4 (diff) | |
download | binutils-1fa449a475c465c63c22a908cd3915e50532b337.zip binutils-1fa449a475c465c63c22a908cd3915e50532b337.tar.gz binutils-1fa449a475c465c63c22a908cd3915e50532b337.tar.bz2 |
2001-02-18 Michael Chastain <chastain@redhat.com>
* gdb.c++/classes.exp (do_tests): Change runto statements
from "runto 'foo(void)'" to "runto 'foo'". This makes the
statements demangler agnostic.
* gdb.c++/virtfunc.exp (do_tests): Likewise.
(gdb_virtfunc_restart): Likewise.
Diffstat (limited to 'gdb/testsuite/gdb.c++/classes.exp')
-rw-r--r-- | gdb/testsuite/gdb.c++/classes.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.c++/classes.exp b/gdb/testsuite/gdb.c++/classes.exp index 9c53976..f3b9e42 100644 --- a/gdb/testsuite/gdb.c++/classes.exp +++ b/gdb/testsuite/gdb.c++/classes.exp @@ -1,4 +1,4 @@ -# Copyright (C) 1992, 1994, 1995, 1997, 1999 Free Software Foundation, Inc. +# Copyright (C) 1992, 1994, 1995, 1997, 1999, 2001 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -826,7 +826,7 @@ proc do_tests {} { test_ptype_class_objects - if [ runto 'inheritance2(void)' ] then { + if [ runto 'inheritance2' ] then { test_non_inherited_member_access test_wrong_class_members test_nonexistent_members |