diff options
Diffstat (limited to 'gdb/testsuite/gdb.python/py-template.exp')
-rw-r--r-- | gdb/testsuite/gdb.python/py-template.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.python/py-template.exp b/gdb/testsuite/gdb.python/py-template.exp index ea50f49..28a5177 100644 --- a/gdb/testsuite/gdb.python/py-template.exp +++ b/gdb/testsuite/gdb.python/py-template.exp @@ -21,7 +21,7 @@ if { [skip_cplus_tests] } { continue } standard_testfile .cc if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable \ {debug c++}] != "" } { - untested "Couldn't compile ${srcfile}" + untested "couldn't compile ${srcfile}" return -1 } |