GNU Binutils with patches for OS216
Révision | 118ce68156c080ac9e7eb9daa86c3dc9e90eecb5 (tree) |
---|---|
l'heure | 2006-09-14 11:24:22 |
Auteur | Nick Roberts <nickrob@snap...> |
Commiter | Nick Roberts |
Update test to reflect change in cli_interpreter_exec.
@@ -52,7 +52,7 @@ mi_gdb_test "-interpreter-exec bogus command" \ | ||
52 | 52 | |
53 | 53 | set msg {Undefined command: \\\"bogus\\\"\. Try \\\"help\\\"\.} |
54 | 54 | mi_gdb_test "-interpreter-exec console bogus" \ |
55 | - "&\\\"$msg\\\\n\\\".*\\^error,msg=\\\"$msg\\\".*" \ | |
55 | + "&\\\"$msg\\\\n\\\".*\\^done" \ | |
56 | 56 | "-interpreter-exec console bogus" |
57 | 57 | |
58 | 58 | # NOTE: cagney/2003-02-03: Not yet. |
@@ -52,7 +52,7 @@ mi_gdb_test "-interpreter-exec bogus command" \ | ||
52 | 52 | |
53 | 53 | set msg {Undefined command: \\\"bogus\\\"\. Try \\\"help\\\"\.} |
54 | 54 | mi_gdb_test "-interpreter-exec console bogus" \ |
55 | - "&\\\"$msg\\\\n\\\".*\\^error,msg=\\\"$msg\\\".*" \ | |
55 | + "&\\\"$msg\\\\n\\\".*\\^done" \ | |
56 | 56 | "-interpreter-exec console bogus" |
57 | 57 | |
58 | 58 | # NOTE: cagney/2003-02-03: Not yet. |