diff options
Diffstat (limited to 'gdb/testsuite/gdb.guile/scm-value.exp')
-rw-r--r-- | gdb/testsuite/gdb.guile/scm-value.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.guile/scm-value.exp b/gdb/testsuite/gdb.guile/scm-value.exp index 282a1ce..76ec990 100644 --- a/gdb/testsuite/gdb.guile/scm-value.exp +++ b/gdb/testsuite/gdb.guile/scm-value.exp @@ -290,7 +290,7 @@ proc test_value_after_death {} { gdb_test "kill" "" "kill the inferior" \ "Kill the program being debugged. .y or n. $" \ "y" - gdb_test "file" "" "Discard the symbols" \ + gdb_test "file" "" "discard the symbols" \ "Discard symbol table from.*y or n. $" \ "y" |