2001-02-14 Michael Chastain <chastain@redhat.com>
authorMichael Chastain <mec@google.com>
Sun, 18 Feb 2001 07:10:32 +0000 (07:10 +0000)
committerMichael Chastain <mec@google.com>
Sun, 18 Feb 2001 07:10:32 +0000 (07:10 +0000)
* gdb.c++/inherit.exp (do_tests): Change runto statements
from "runto 'foo(void)'" to "runto 'foo'".  This makes the
statements demangler agnostic.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.c++/inherit.exp

index 1ba89d2b4e676296450be594d37dee0af1c208fa..989c897251ac1c570bcb9f55c1ed491bda02c734 100644 (file)
@@ -1,3 +1,9 @@
+2001-02-14  Michael Chastain  <chastain@redhat.com>
+
+       * gdb.c++/inherit.exp (do_tests): Change runto statements
+       from "runto 'foo(void)'" to "runto 'foo'".  This makes the
+       statements demangler agnostic.
+
 Sun Feb  4 17:32:21 2001  Andrew Cagney  <cagney@redhat.com>
 
        * gdb.threads/pthreads.exp: Unify pass/fail messages for
index 8ab930237bf9d2f569962f63d2c63f74f8842f98..2b496925f4179b1e163d3a9b948d79eab6103ccf 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 1992, 1993, 1994, 1997, 1999 Free Software Foundation, Inc.
+# Copyright (C) 1992, 1993, 1994, 1997, 1999, 2001 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
@@ -1012,7 +1012,7 @@ proc do_tests {} {
 
     gdb_stop_suppressing_tests;
     
-    if { ![ runto 'inheritance2(void)' ] } {
+    if { ![ runto 'inheritance2' ] } {
        gdb_suppress_tests;
     }
 
@@ -1024,7 +1024,7 @@ proc do_tests {} {
 
     gdb_stop_suppressing_tests;
 
-    if { ![ runto 'inheritance4(void)' ] } {
+    if { ![ runto 'inheritance4' ] } {
        gdb_suppress_tests;
     }