* gdb.cp/maint.exp: Set complaints to a positive value.
authorDaniel Jacobowitz <drow@false.org>
Fri, 20 Jan 2006 23:08:48 +0000 (23:08 +0000)
committerDaniel Jacobowitz <drow@false.org>
Fri, 20 Jan 2006 23:08:48 +0000 (23:08 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.cp/maint.exp

index 56799dfd66522fc33453b4652edff76753db0b06..6eedcf69c947b9f3804fcc245e52b04fb0d25478 100644 (file)
@@ -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>.
index fd93333b758c5b256df58773d39a9c806601de53..6b781dfc80a66d777ad29e0c756a8b186e9b25d7 100644 (file)
@@ -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<<"
This page took 0.03351 seconds and 4 git commands to generate.