diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/func-ptr.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/func-ptr.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/func-ptr.exp b/gdb/testsuite/gdb.base/func-ptr.exp index 1a56cb8..cda2e9d 100644 --- a/gdb/testsuite/gdb.base/func-ptr.exp +++ b/gdb/testsuite/gdb.base/func-ptr.exp @@ -22,7 +22,7 @@ if { [prepare_for_testing func-ptr.exp "func-ptr" {func-ptr.c} {debug}] } { } if ![runto_main] { - fail "Can't run to main" + fail "can't run to main" return 0 } |