gdb/testsuite/
	* gdb.cp/ovsrch.exp (test_class): Correct regexp to allow
	empty directory in file for breakpoint hit.
+2013-04-02  Sandra Loosemore  <sandra@codesourcery.com>
+
+       * gdb.cp/ovsrch.exp (test_class): Correct regexp to allow
+       empty directory in file for breakpoint hit.
+
 2013-03-29  Yao Qi  <yao@codesourcery.com>
 
        * gdb.base/completion.exp: Test completion of commands
 
     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