diff options
author | Michael Chastain <mec@google.com> | 2003-02-13 22:42:59 +0000 |
---|---|---|
committer | Michael Chastain <mec@google.com> | 2003-02-13 22:42:59 +0000 |
commit | cbc4d97c1cc75e5e32120b321512e21f4e41824c (patch) | |
tree | 11ea478e464588004fe94cd7167ad1c712ff9e89 /gdb | |
parent | 9147e853bf5d168c176eb3993f93bda12de96232 (diff) | |
download | gdb-cbc4d97c1cc75e5e32120b321512e21f4e41824c.zip gdb-cbc4d97c1cc75e5e32120b321512e21f4e41824c.tar.gz gdb-cbc4d97c1cc75e5e32120b321512e21f4e41824c.tar.bz2 |
2003-02-13 Michael Chastain <mec@shout.net>
* gdb.c++/inherit.exp: Remove call to get_debug_format.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.c++/inherit.exp | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 74addf2..6304f48 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2003-02-13 Michael Chastain <mec@shout.net> + + * gdb.c++/inherit.exp: Remove call to get_debug_format. + 2003-02-12 Michael Chastain <mec@shout.net> * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1. diff --git a/gdb/testsuite/gdb.c++/inherit.exp b/gdb/testsuite/gdb.c++/inherit.exp index ea0d7c6..86c1f83 100644 --- a/gdb/testsuite/gdb.c++/inherit.exp +++ b/gdb/testsuite/gdb.c++/inherit.exp @@ -962,8 +962,6 @@ proc do_tests {} { if { ![ runto_main] } { gdb_suppress_tests; - } else { - get_debug_format } test_ptype_si |