diff options
author | Michael Snyder <msnyder@vmware.com> | 2010-06-02 21:46:45 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2010-06-02 21:46:45 +0000 |
commit | 019ebafccd66a364969a7987cedaf96039ce1d54 (patch) | |
tree | fd25f5f9837da887225e6aa4ec23b8af4f87b313 /gdb/testsuite/gdb.dwarf2/dw2-intermix.exp | |
parent | 3e0ca3a5f8a5cb0db0c1f706c915d3bbb6aab897 (diff) | |
download | gdb-019ebafccd66a364969a7987cedaf96039ce1d54.zip gdb-019ebafccd66a364969a7987cedaf96039ce1d54.tar.gz gdb-019ebafccd66a364969a7987cedaf96039ce1d54.tar.bz2 |
2010-06-02 Michael Snyder <msnyder@vmware.com>
* gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
* gdb.dwarf2/dw2-compressed.exp: Ditto.
* gdb.dwarf2/dw2-intercu.exp: Ditto.
* gdb.dwarf2/dw2-intermix.exp: Ditto.
* gdb.dwarf2/dw2-producer.exp: Ditto.
* gdb.dwarf2/mac-fileno.exp: Ditto.
* gdb.gdb/observer.exp: Use gdb_test_no_output.
* gdb.gdb/selftest.exp: Ditto.
* gdb.multi/base.exp: Use gdb_test_no_output.
* gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
Diffstat (limited to 'gdb/testsuite/gdb.dwarf2/dw2-intermix.exp')
-rw-r--r-- | gdb/testsuite/gdb.dwarf2/dw2-intermix.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.dwarf2/dw2-intermix.exp b/gdb/testsuite/gdb.dwarf2/dw2-intermix.exp index 2686424..4022cce 100644 --- a/gdb/testsuite/gdb.dwarf2/dw2-intermix.exp +++ b/gdb/testsuite/gdb.dwarf2/dw2-intermix.exp @@ -50,7 +50,7 @@ gdb_load ${binfile} set remote_dwarf_srcfile [remote_download host ${srcdir}/${subdir}/${dwarf_srcfile}] -gdb_test "set listsize 1" "" +gdb_test_no_output "set listsize 1" gdb_test "list func_cu1" "4\[ \t\]+File 1 Line 4" gdb_test "ptype func_cu1" "type = int \\(\\)" |