diff options
Diffstat (limited to 'gdb/testsuite/gdb.mi')
-rw-r--r-- | gdb/testsuite/gdb.mi/mi-reverse.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.mi/mi-reverse.exp b/gdb/testsuite/gdb.mi/mi-reverse.exp index 914d9df..ac24266 100644 --- a/gdb/testsuite/gdb.mi/mi-reverse.exp +++ b/gdb/testsuite/gdb.mi/mi-reverse.exp @@ -53,7 +53,7 @@ if [supports_process_record] { if [mi_gdb_test "-interpreter-exec console record" \ "=record-started,thread-group=\"i1\"\r\n\\^done" \ "Turn on process record"] { - warning "Fail to activate process record/replay, tests in this group will not be performed.\n"; + warning "Fail to activate process record/replay, tests in this group will not be performed.\n" return -1 } } |