diff options
Diffstat (limited to 'gdb/testsuite/gdb.cp/virtbase.exp')
-rw-r--r-- | gdb/testsuite/gdb.cp/virtbase.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.cp/virtbase.exp b/gdb/testsuite/gdb.cp/virtbase.exp index 3631db5..1f845a7 100644 --- a/gdb/testsuite/gdb.cp/virtbase.exp +++ b/gdb/testsuite/gdb.cp/virtbase.exp @@ -58,5 +58,5 @@ gdb_test "print *(D *) e" " = {<C> = {v = 11}, _vptr.D = $hex}" # A regression test reported to Red Hat bugzilla, see: # https://bugzilla.redhat.com/show_bug.cgi?id=560741 -gdb_test "set print object on" "" +gdb_test_no_output "set print object on" gdb_test "print/x b->mA" " = 0xaaaaaaaa" |