Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(109)

Unified Diff: gdb/testsuite/gdb.cp/ovsrch.exp

Issue 124383005: GDB 7.6.50 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@upstream
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gdb/testsuite/gdb.cp/ovsrch.h ('k') | gdb/testsuite/gdb.cp/ovsrch1.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « gdb/testsuite/gdb.cp/ovsrch.h ('k') | gdb/testsuite/gdb.cp/ovsrch1.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698