forked from Imagelibrary/binutils-gdb
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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user