diff options
Diffstat (limited to 'gdb/testsuite/gdb.cp/pr10728.exp')
-rw-r--r-- | gdb/testsuite/gdb.cp/pr10728.exp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/testsuite/gdb.cp/pr10728.exp b/gdb/testsuite/gdb.cp/pr10728.exp index 6432ca3..b860fb7 100644 --- a/gdb/testsuite/gdb.cp/pr10728.exp +++ b/gdb/testsuite/gdb.cp/pr10728.exp @@ -54,6 +54,3 @@ gdb_continue_to_breakpoint "marker 1" gdb_test "print x->y2 - x->y1" "warning: Type size unknown, assuming 1\. Try casting to a known type, or void \*\.\[^=\]*= 1" gdb_exit -return 0 - - |