diff options
author | Daniel Jacobowitz <drow@false.org> | 2006-01-20 23:08:48 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2006-01-20 23:08:48 +0000 |
commit | 80df1bbe0523fadcaa8f3e181296d42e54837690 (patch) | |
tree | c453753d2e251ecc75fcc51b91bf45be68e5fc6c /gdb | |
parent | 1bc5ac1d2a98bbc6c26898d3d9947a41eb400797 (diff) | |
download | gdb-80df1bbe0523fadcaa8f3e181296d42e54837690.zip gdb-80df1bbe0523fadcaa8f3e181296d42e54837690.tar.gz gdb-80df1bbe0523fadcaa8f3e181296d42e54837690.tar.bz2 |
* gdb.cp/maint.exp: Set complaints to a positive value.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.cp/maint.exp | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 56799df..6eedcf6 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2006-01-20 Daniel Jacobowitz <dan@codesourcery.com> + + * gdb.cp/maint.exp: Set complaints to a positive value. + 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com> * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>. diff --git a/gdb/testsuite/gdb.cp/maint.exp b/gdb/testsuite/gdb.cp/maint.exp index fd93333..6b781df 100644 --- a/gdb/testsuite/gdb.cp/maint.exp +++ b/gdb/testsuite/gdb.cp/maint.exp @@ -1,4 +1,4 @@ -# Copyright 2003, 2004 Free Software Foundation Inc. +# Copyright 2003, 2004, 2006 Free Software Foundation Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -59,7 +59,7 @@ proc test_first_component {} { # The function in question might complain; make sure that we see # all complaints. - gdb_test "set complaints -1" "" + gdb_test "set complaints 1000" "" test_single_component "foo" test_single_component "operator<<" |