diff options
Diffstat (limited to 'gdb/testsuite/gdb.python/py-symbol.exp')
-rw-r--r-- | gdb/testsuite/gdb.python/py-symbol.exp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/testsuite/gdb.python/py-symbol.exp b/gdb/testsuite/gdb.python/py-symbol.exp index 4cdb3b8..41c4a9e 100644 --- a/gdb/testsuite/gdb.python/py-symbol.exp +++ b/gdb/testsuite/gdb.python/py-symbol.exp @@ -50,7 +50,7 @@ gdb_test "python print (gdb.lookup_global_symbol('qq').needs_frame)" \ if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 } @@ -127,7 +127,7 @@ gdb_test "python print (t\[0\].symtab)" "${py_symbol_c}" "Get symtab" # C++ tests # Recompile binary. if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}-cxx" executable "debug c++"] != "" } { - untested "Couldn't compile ${srcfile} in c++ mode" + untested "couldn't compile ${srcfile} in c++ mode" return -1 } @@ -138,7 +138,7 @@ gdb_reinitialize_dir $srcdir/$subdir gdb_load ${binfile}-cxx if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 } @@ -167,7 +167,7 @@ gdb_test "python print (cplusfunc.addr_class == gdb.SYMBOL_LOC_BLOCK)" "True" "T # Start with a fresh gdb. clean_restart ${testfile} if ![runto_main] then { - fail "Cannot run to main." + fail "cannot run to main." return 0 } |