diff options
author | Yao Qi <yao@codesourcery.com> | 2011-08-05 09:41:27 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2011-08-05 09:41:27 +0000 |
commit | 1cf0e11f28bc97fd0181394abb78acf65d845be3 (patch) | |
tree | c067868d015e4efd2f97828b28e98649569a2963 /gdb/testsuite/gdb.cp/cplusfuncs.exp | |
parent | d969d15f50138890a02f8cc8d4266dee448ceff0 (diff) | |
download | gdb-1cf0e11f28bc97fd0181394abb78acf65d845be3.zip gdb-1cf0e11f28bc97fd0181394abb78acf65d845be3.tar.gz gdb-1cf0e11f28bc97fd0181394abb78acf65d845be3.tar.bz2 |
gdb/testsuite/
* gdb.base/callfuncs.exp: Set language after main.
* gdb.cp/cplusfuncs.exp: Likewise.
* gdb.cp/inherit.exp: Likewise.
Diffstat (limited to 'gdb/testsuite/gdb.cp/cplusfuncs.exp')
-rw-r--r-- | gdb/testsuite/gdb.cp/cplusfuncs.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.cp/cplusfuncs.exp b/gdb/testsuite/gdb.cp/cplusfuncs.exp index f075352..8bfddc0 100644 --- a/gdb/testsuite/gdb.cp/cplusfuncs.exp +++ b/gdb/testsuite/gdb.cp/cplusfuncs.exp @@ -603,11 +603,11 @@ proc do_tests {} { gdb_reinitialize_dir $srcdir/$subdir gdb_load $binfile - gdb_test_no_output "set language c++" gdb_test_no_output "set width 0" runto_main + gdb_test_no_output "set language c++" probe_demangler test_paddr_overloaded_functions test_paddr_operator_functions |