diff options
author | Yao Qi <yao@codesourcery.com> | 2012-09-21 07:29:46 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2012-09-21 07:29:46 +0000 |
commit | 15544bd96ec81c31666ab768245970945e2c6f10 (patch) | |
tree | 4cd0458b511d4218daa295daa0cd9097c0f8ec4e /gdb/testsuite/gdb.mi/mi-reverse.exp | |
parent | 82a90ccf2a55f1cdd4266e638a442bb07df6235f (diff) | |
download | gdb-15544bd96ec81c31666ab768245970945e2c6f10.zip gdb-15544bd96ec81c31666ab768245970945e2c6f10.tar.gz gdb-15544bd96ec81c31666ab768245970945e2c6f10.tar.bz2 |
gdb/testsuite:
* gdb.mi/mi-reverse.exp: Fix the typo in expected output of
"=record-started" notification.
Diffstat (limited to 'gdb/testsuite/gdb.mi/mi-reverse.exp')
-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 974a095..06a0943 100644 --- a/gdb/testsuite/gdb.mi/mi-reverse.exp +++ b/gdb/testsuite/gdb.mi/mi-reverse.exp @@ -51,7 +51,7 @@ mi_run_to_main if [supports_process_record] { # Activate process record/replay if [mi_gdb_test "-interpreter-exec console record" \ - "=record-started,id=\"1\"\r\n\\^done" \ + "=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"; return -1 |