diff options
Diffstat (limited to 'gdb/testsuite/gdb.cp/exception.exp')
-rw-r--r-- | gdb/testsuite/gdb.cp/exception.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.cp/exception.exp b/gdb/testsuite/gdb.cp/exception.exp index 5dd3449..81fde04 100644 --- a/gdb/testsuite/gdb.cp/exception.exp +++ b/gdb/testsuite/gdb.cp/exception.exp @@ -89,7 +89,7 @@ gdb_test "tbreak main" "Temporary breakpoint 4.*" \ set ok 0 gdb_run_cmd -gdb_test_multiple "" "Run to main" { +gdb_test_multiple "" "run to main" { -re "Temporary breakpoint 4,.*$gdb_prompt $" { pass "run to main" set ok 1 |