diff options
Diffstat (limited to 'gdb/testsuite/gdb.btrace/nohist.exp')
-rw-r--r-- | gdb/testsuite/gdb.btrace/nohist.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.btrace/nohist.exp b/gdb/testsuite/gdb.btrace/nohist.exp index 0084f5a..f926ed0 100644 --- a/gdb/testsuite/gdb.btrace/nohist.exp +++ b/gdb/testsuite/gdb.btrace/nohist.exp @@ -31,11 +31,11 @@ if ![runto_main] { } proc check_not_replaying {} { - gdb_test "info record" [join [list \ + gdb_test "info record" [multi_line \ "Active record target: record-btrace" \ "Recording format: .*" \ "Recorded 0 instructions in 0 functions \\\(0 gaps\\\) for \[^\\\r\\\n\]*" \ - ] "\r\n"] + ] } gdb_test_no_output "record btrace" |