diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/info-shared.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/info-shared.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.base/info-shared.exp b/gdb/testsuite/gdb.base/info-shared.exp index aa00f73..57aa1d0 100644 --- a/gdb/testsuite/gdb.base/info-shared.exp +++ b/gdb/testsuite/gdb.base/info-shared.exp @@ -31,13 +31,13 @@ set define2 -DSHLIB2_NAME=\"$binfile_lib2\" if { [gdb_compile_shlib $srcfile_lib1 $binfile_lib1 \ [list additional_flags=-fPIC]] != "" } { - untested "Could not compile $binfile_lib1." + untested "could not compile $binfile_lib1." return -1 } if { [gdb_compile_shlib $srcfile_lib2 $binfile_lib2 \ [list additional_flags=-fPIC]] != "" } { - untested "Could not compile $binfile_lib2." + untested "could not compile $binfile_lib2." return -1 } |