diff options
Diffstat (limited to 'gdb/testsuite/gdb.threads/ia64-sigill.exp')
-rw-r--r-- | gdb/testsuite/gdb.threads/ia64-sigill.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.threads/ia64-sigill.exp b/gdb/testsuite/gdb.threads/ia64-sigill.exp index e5649ae..0d47085 100644 --- a/gdb/testsuite/gdb.threads/ia64-sigill.exp +++ b/gdb/testsuite/gdb.threads/ia64-sigill.exp @@ -67,7 +67,7 @@ gdb_test_multiple "continue" $test { # Breakpoint has been skipped in the other thread. pass $test } - -re "Program received signal .*\r\n$gdb_prompt $" { + -re " received signal .*\r\n$gdb_prompt $" { fail $test } } |