diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/execution-termios.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/execution-termios.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/execution-termios.exp b/gdb/testsuite/gdb.base/execution-termios.exp index 4abdeb8..02b674c 100644 --- a/gdb/testsuite/gdb.base/execution-termios.exp +++ b/gdb/testsuite/gdb.base/execution-termios.exp @@ -25,7 +25,7 @@ if {[prepare_for_testing "failed to prepare" $testfile $srcfile debug]} { proc test { prefix body } { with_test_prefix $prefix { if ![runto_main] { - fail "Can't run to main" + fail "can't run to main" return 0 } uplevel 1 $body |