| Index: gdb/testsuite/gdb.cp/ovsrch.exp
|
| diff --git a/gdb/testsuite/gdb.cp/ovsrch.exp b/gdb/testsuite/gdb.cp/ovsrch.exp
|
| index b31c65578ab9a80c5fd8898b4aae5a54c69f87d3..559cb68c502727353b56bfcb686821ade5dcae0d 100644
|
| --- a/gdb/testsuite/gdb.cp/ovsrch.exp
|
| +++ b/gdb/testsuite/gdb.cp/ovsrch.exp
|
| @@ -1,4 +1,4 @@
|
| -# Copyright 2011-2012 Free Software Foundation, Inc.
|
| +# Copyright 2011-2013 Free Software Foundation, Inc.
|
| #
|
| # Contributed by Red Hat, originally written by Keith Seitz.
|
| #
|
| @@ -34,7 +34,7 @@ proc test_class {class} {
|
| set conditional2 "if (A::outer::func ())"
|
| foreach ovld [array names tests] {
|
| set method "${class}::foo ($ovld) const"
|
| - set result "Breakpoint (\[0-9\]).*file .*/ovsrch$tests($ovld).*"
|
| + set result "Breakpoint (\[0-9\]).*file .*ovsrch$tests($ovld).*"
|
| gdb_test "break $method" $result
|
| gdb_test "break '$method'" $result
|
|
|
|
|