diff options
Diffstat (limited to 'gdb/testsuite/lib/gdb-guile.exp')
-rw-r--r-- | gdb/testsuite/lib/gdb-guile.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/lib/gdb-guile.exp b/gdb/testsuite/lib/gdb-guile.exp index 7789449..8f73f5a 100644 --- a/gdb/testsuite/lib/gdb-guile.exp +++ b/gdb/testsuite/lib/gdb-guile.exp @@ -116,7 +116,7 @@ proc gdb_install_guile_module { } { proc gdb_guile_runto_main { } { if ![runto_main] { - fail "Can't run to main" + fail "can't run to main" return 0 } |