diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 5f3d8a12e43..c1b04bea5cc 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2016-12-01 Luis Machado + + * gdb.cp/gdb2495.exp: Replace gdb_test_multiple + with gdb_test_no_output. + Use command as test name. + 2016-12-01 Luis Machado Fix test names starting with uppercase throughout the files. diff --git a/gdb/testsuite/gdb.cp/gdb2495.exp b/gdb/testsuite/gdb.cp/gdb2495.exp index dff5977743a..b4304fb7f1e 100644 --- a/gdb/testsuite/gdb.cp/gdb2495.exp +++ b/gdb/testsuite/gdb.cp/gdb2495.exp @@ -94,11 +94,7 @@ gdb_test "info breakpoints" \ "gdb2495\.cc.*" # Turn off this new behaviour. -gdb_test_multiple "set 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"} -} +gdb_test_no_output "set unwind-on-terminating-exception off" # Check that it is turned off. gdb_test "show unwind-on-terminating-exception" \