diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/dso2dso.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/dso2dso.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.base/dso2dso.exp b/gdb/testsuite/gdb.base/dso2dso.exp index 336d46a..f620d2c 100644 --- a/gdb/testsuite/gdb.base/dso2dso.exp +++ b/gdb/testsuite/gdb.base/dso2dso.exp @@ -41,13 +41,13 @@ set binfile_libdso1 [standard_output_file $libdso1.so] if { [gdb_compile_shlib $srcfile_libdso2 $binfile_libdso2 \ [list debug additional_flags=-fPIC]] != "" } { - untested "Could not compile $binfile_libdso2." + untested "could not compile $binfile_libdso2." return -1 } if { [gdb_compile_shlib $srcfile_libdso1 $binfile_libdso1 \ [list debug additional_flags=-fPIC]] != "" } { - untested "Could not compile $binfile_libdso1." + untested "could not compile $binfile_libdso1." return -1 } |