diff options
-rw-r--r-- | gdb/testsuite/gdb.dwarf2/calling-convention.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.dwarf2/calling-convention.exp b/gdb/testsuite/gdb.dwarf2/calling-convention.exp index 0a11cb1..77107a4 100644 --- a/gdb/testsuite/gdb.dwarf2/calling-convention.exp +++ b/gdb/testsuite/gdb.dwarf2/calling-convention.exp @@ -84,9 +84,9 @@ gdb_breakpoint "foo" gdb_continue_to_breakpoint "foo" gdb_test_multiple "return 35" "" { - -re ".*Function 'foo' does not follow the target calling convention.\r\nIf you continue, setting the return value will probably lead to unpredictable behaviors.\r\nMake foo return now?.*\\(y or n\\) $" { - send_gdb "n\n" + -re "Function 'foo' does not follow the target calling convention.\r\nIf you continue, setting the return value will probably lead to unpredictable behaviors.\r\nMake foo return now\\? \\(y or n\\) $" { pass $gdb_test_name + gdb_test "n" "Not confirmed" "cancel return" } } |