]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/gdb.c++/userdef.exp
* gdb.c++/classes.exp, gdb.c++/derivation.exp,
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.c++ / userdef.exp
index 285ac06d6029201a5fac6ae82c19835c5197c5ef..8e3d642b98f25a202e9a1a817d552c3dfc3bb0b3 100644 (file)
@@ -52,7 +52,7 @@ if ![runto_main] then {
 send_gdb "break marker1\n" ; gdb_expect -re ".*$gdb_prompt $"
     send_gdb "cont\n"
     gdb_expect {
-        -re "Break.* marker1 \\(\\) at .*:$decimal.*$gdb_prompt $" {
+        -re "Break.* marker1(\\(\\)|) \\(\\) at .*:$decimal.*$gdb_prompt $" {
             send_gdb "up\n"
             gdb_expect {
                 -re ".*$gdb_prompt $" { pass "up from marker1" }