aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.threads/thread-unwindonsignal.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.threads/thread-unwindonsignal.exp')
-rw-r--r--gdb/testsuite/gdb.threads/thread-unwindonsignal.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.threads/thread-unwindonsignal.exp b/gdb/testsuite/gdb.threads/thread-unwindonsignal.exp
index 45be253..a2b9545 100644
--- a/gdb/testsuite/gdb.threads/thread-unwindonsignal.exp
+++ b/gdb/testsuite/gdb.threads/thread-unwindonsignal.exp
@@ -97,7 +97,7 @@ gdb_test_multiple "thread apply all bt" "wrong thread not unwound" {
# Continuing now should exit the hand-call and pop the dummy frame.
-gdb_test "continue" "" "finish hand-call"
+gdb_test "continue" ".*" "finish hand-call"
gdb_test_multiple "maint print dummy-frames" "dummy frame popped" {
-re ".*stack=.*$gdb_prompt $" {