diff options
Diffstat (limited to 'gdb/testsuite/gdb.threads/staticthreads.exp')
-rw-r--r-- | gdb/testsuite/gdb.threads/staticthreads.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.threads/staticthreads.exp b/gdb/testsuite/gdb.threads/staticthreads.exp index 16fcb68..6bd3c20 100644 --- a/gdb/testsuite/gdb.threads/staticthreads.exp +++ b/gdb/testsuite/gdb.threads/staticthreads.exp @@ -42,7 +42,7 @@ gdb_test_no_output "set print sevenbit-strings" runto_main gdb_test "break sem_post" -set test "Continue to main's call of sem_post" +set test "continue to main's call of sem_post" gdb_test_multiple "continue" "$test" { -re "Breakpoint .*, .*sem_post .*$gdb_prompt " { pass "$test" @@ -65,7 +65,7 @@ if [istarget hppa*-*-*] { rerun_to_main gdb_test "handle $sig nostop noprint pass" -set test "Handle $sig helps" +set test "handle $sig helps" gdb_test "continue" " .*sem_post .*" "handle $sig helps" |