X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Ftestsuite%2Fgdb.base%2Fpsymtab.exp;h=a68513022d38dcdefa4c1f26cf0c56234f6dfb02;hb=efa80663c6860c65971ea1d3e6284c2676074d10;hp=a465832a820d88ee623f09edbe0fe488b2b3ca15;hpb=27d3a1a24813296b1f876aea6bd8f60bbd13266d;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/gdb.base/psymtab.exp b/gdb/testsuite/gdb.base/psymtab.exp index a465832a82..a68513022d 100644 --- a/gdb/testsuite/gdb.base/psymtab.exp +++ b/gdb/testsuite/gdb.base/psymtab.exp @@ -1,4 +1,4 @@ -# Copyright 2003, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +# Copyright 2003, 2007, 2008, 2009, 2010, 2011 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 @@ -71,4 +71,4 @@ gdb_test_no_output "set breakpoint pending off" "psymtab pending setup" # zzz::dummy currently causes a search for 'zzz' in STRUCT_NAMESPACE # without a preceding search for 'zzz' in VAR_NAMESPACE. -gdb_test "break zzz::dummy" "Can't find member of namespace, class, struct, or union named \"zzz::dummy\"\r\n.*" "Don't search past end of psymtab." +gdb_test "break zzz::dummy" {Function "zzz::dummy" not defined\.} "Don't search past end of psymtab."