diff options
Diffstat (limited to 'gdb/testsuite/gdb.ada/tasks.exp')
-rw-r--r-- | gdb/testsuite/gdb.ada/tasks.exp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.ada/tasks.exp b/gdb/testsuite/gdb.ada/tasks.exp index a73a191..eb7ee5c 100644 --- a/gdb/testsuite/gdb.ada/tasks.exp +++ b/gdb/testsuite/gdb.ada/tasks.exp @@ -127,7 +127,8 @@ if {[allow_guile_tests]} { gdb_test "guile (set-breakpoint-thread! bp 1)" \ [multi_line \ "ERROR: In procedure set-breakpoint-thread!:" \ - "In procedure gdbscm_set_breakpoint_thread_x: cannot set both task and thread attributes" \ + "(ERROR: )?In procedure gdbscm_set_breakpoint_thread_x:\ + cannot set both task and thread attributes" \ "Error while executing Scheme code."] \ "attempt to set thread, but expect an error" @@ -138,7 +139,8 @@ if {[allow_guile_tests]} { gdb_test "guile (set-breakpoint-task! bp 1)" \ [multi_line \ "ERROR: In procedure set-breakpoint-task!:" \ - "In procedure gdbscm_set_breakpoint_task_x: cannot set both task and thread attributes" \ + "(ERROR: )?In procedure gdbscm_set_breakpoint_task_x:\ + cannot set both task and thread attributes" \ "Error while executing Scheme code."] \ "attempt to set task, but expect an error" |