Message ID | 1480093744-13771-9-git-send-email-lgustavo@codesourcery.com |
---|---|
State | New |
Headers | show |
diff --git a/gdb/testsuite/gdb.cp/gdb2495.exp b/gdb/testsuite/gdb.cp/gdb2495.exp index dff5977..7e4dfa8 100644 --- a/gdb/testsuite/gdb.cp/gdb2495.exp +++ b/gdb/testsuite/gdb.cp/gdb2495.exp @@ -95,7 +95,7 @@ gdb_test "info breakpoints" \ # Turn off this new behaviour. gdb_test_multiple "set unwind-on-terminating-exception off" \ - "Turn unwind-on-terminating-exception off" { + "turn unwind-on-terminating-exception off" { -re "$gdb_prompt $" {pass "set unwinn-on-terminating-exception off"} timeout {fail "(timeout) set unwind-on-terminating-exception off"} }