aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.c++/userdef.exp
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2003-04-11 19:57:33 +0000
committerJim Blandy <jimb@codesourcery.com>2003-04-11 19:57:33 +0000
commit93201743fe8d5101d388a4593d31035e2b0901d4 (patch)
treef9c386623cea976e02a13a644e57124049181a34 /gdb/testsuite/gdb.c++/userdef.exp
parent6913c89ac7bc62da99c5bb292de820098a2bacd2 (diff)
downloadgdb-93201743fe8d5101d388a4593d31035e2b0901d4.zip
gdb-93201743fe8d5101d388a4593d31035e2b0901d4.tar.gz
gdb-93201743fe8d5101d388a4593d31035e2b0901d4.tar.bz2
* gdb.c++/derivation.exp, gdb.c++/overload.exp,
gdb.c++/userdef.cc: Place comments on the lines to which the marker function might return. * gdb.c++/derivation.exp, gdb.c++/overload.exp, gdb.c++/userdef.exp: Look for those comments to check that we've returned to the right place, instead of checking line numbers.
Diffstat (limited to 'gdb/testsuite/gdb.c++/userdef.exp')
-rw-r--r--gdb/testsuite/gdb.c++/userdef.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.c++/userdef.exp b/gdb/testsuite/gdb.c++/userdef.exp
index 9a8fb02..4575249 100644
--- a/gdb/testsuite/gdb.c++/userdef.exp
+++ b/gdb/testsuite/gdb.c++/userdef.exp
@@ -75,7 +75,7 @@ gdb_test_multiple "frame" "re-selected 'main' frame after inferior call" {
-re "#0 marker1.*$gdb_prompt $" {
setup_kfail "gdb/1155" s390-*-linux-gnu
fail "re-selected 'main' frame after inferior call"
- gdb_test "finish" ".*main.*at .*userdef.cc:27\[67\].*" \
+ gdb_test "finish" ".*main.*at .*userdef.cc:.*// marker1-returns-here.*" \
"finish call to marker1"
}
-re "#1 ($hex in )?main.*$gdb_prompt $" {