diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/async-shell.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/async-shell.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/async-shell.exp b/gdb/testsuite/gdb.base/async-shell.exp index 2e8085a..d682382 100644 --- a/gdb/testsuite/gdb.base/async-shell.exp +++ b/gdb/testsuite/gdb.base/async-shell.exp @@ -29,7 +29,7 @@ if { [prepare_for_testing ${testfile}.exp ${testfile}] } { return -1 } -set gdbindex_warning_re "warning: Skipping \[^\r\n\]+ \\.gdb_index section \[^\r\n\]*" +set gdbindex_warning_re "warning: Skipping \[^\r\n\]+ \\.gdb_index section \[^\r\n\]*\r\nDo \"set use-deprecated-index-sections on\" before the file is read\r\nto use the section anyway\\." gdb_test_no_output "set target-async on " gdb_test_no_output "set non-stop on" |