diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/psymtab.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/psymtab.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/psymtab.exp b/gdb/testsuite/gdb.base/psymtab.exp index 72d1eca..a465832 100644 --- a/gdb/testsuite/gdb.base/psymtab.exp +++ b/gdb/testsuite/gdb.base/psymtab.exp @@ -62,7 +62,7 @@ gdb_load ${binfile} # Disable the prompt for whether to set pending breakpoints. # We don't want a breakpoint, we just want to verify the symbol # isn't found. -gdb_test "set breakpoint pending off" "" "psymtab pending setup" +gdb_test_no_output "set breakpoint pending off" "psymtab pending setup" # This test is looking for a bug that manifested itself when GDB was # looking for a partial symbol such that there wasn't such a partial |