diff options
author | Michael Chastain <mec.gnu@mindspring.com> | 2003-02-13 22:42:59 +0000 |
---|---|---|
committer | Michael Chastain <mec.gnu@mindspring.com> | 2003-02-13 22:42:59 +0000 |
commit | 6e395e9a4eaa59b40faa26a8e01e0e7bc56f1314 (patch) | |
tree | 9ce9bcaf9ee1b05587c71bec282ef5d7ba1e4c2f /gdb | |
parent | 5b4d4943c14b34cb63e27fc5007876d7288f41d2 (diff) | |
download | gdb-6e395e9a4eaa59b40faa26a8e01e0e7bc56f1314.tar.gz |
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 74addf23064..6304f4800dd 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 ea0d7c68e0a..86c1f834f11 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 |