diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/async.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/async.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/async.exp b/gdb/testsuite/gdb.base/async.exp index f688423..3adb156 100644 --- a/gdb/testsuite/gdb.base/async.exp +++ b/gdb/testsuite/gdb.base/async.exp @@ -63,7 +63,7 @@ proc test_background {command before_prompt after_prompt {message ""}} { fail "$message" } -re ".*Asynchronous execution not supported on this target\..*" { - unsupported "Asynchronous execution not supported: $message" + unsupported "asynchronous execution not supported: $message" } timeout { fail "$message (timeout)" |