diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/info-fun.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/info-fun.exp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/testsuite/gdb.base/info-fun.exp b/gdb/testsuite/gdb.base/info-fun.exp index 3437216..2eec698 100644 --- a/gdb/testsuite/gdb.base/info-fun.exp +++ b/gdb/testsuite/gdb.base/info-fun.exp @@ -40,13 +40,13 @@ foreach libsepdebug {NO IN SEP} { with_test_prefix "$libsepdebug" { if { [gdb_compile_shlib ${srcfile_lib} ${binfile_lib} $sep_lib_flags] != "" || [gdb_compile $srcdir/$subdir/${srcfile} ${binfile} \ executable $bin_flags] != "" } { - untested "Could not compile $binfile_lib or $binfile." + untested "could not compile $binfile_lib or $binfile." return -1 } if {$libsepdebug == "SEP"} { if {[gdb_gnu_strip_debug $binfile_lib] != 0} { - unsupported "Could not split debug of $binfile_lib." + unsupported "could not split debug of $binfile_lib." return } else { pass "split solib" @@ -56,7 +56,7 @@ foreach libsepdebug {NO IN SEP} { with_test_prefix "$libsepdebug" { clean_restart $executable if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 } |