diff options
Diffstat (limited to 'gdb/testsuite/gdb.guile/scm-cmd.exp')
-rw-r--r-- | gdb/testsuite/gdb.guile/scm-cmd.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.guile/scm-cmd.exp b/gdb/testsuite/gdb.guile/scm-cmd.exp index 25a9780a4d5..afcb17c2096 100644 --- a/gdb/testsuite/gdb.guile/scm-cmd.exp +++ b/gdb/testsuite/gdb.guile/scm-cmd.exp @@ -93,7 +93,7 @@ gdb_test_multiline "input command to throw error" \ " (throw-user-error \"you lose! ~a\" arg))))" "" \ "end" "" -gdb_test "test-error-cmd ugh" "ERROR: you lose! ugh" "call error command" +gdb_test "test-error-cmd ugh" "ERROR: you lose! ugh\r\n" "call error command" # Test string->argv. |