diff options
Diffstat (limited to 'gdb/testsuite/gdb.btrace/dlopen.exp')
-rw-r--r-- | gdb/testsuite/gdb.btrace/dlopen.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.btrace/dlopen.exp b/gdb/testsuite/gdb.btrace/dlopen.exp index 2afb42b..05354f5 100644 --- a/gdb/testsuite/gdb.btrace/dlopen.exp +++ b/gdb/testsuite/gdb.btrace/dlopen.exp @@ -26,7 +26,7 @@ set binfile_lib [standard_output_file $basename_lib.so] if { [gdb_compile_shlib $srcfile_lib $binfile_lib \ [list additional_flags=-fPIC]] != "" } { - untested "Could not compile $binfile_lib." + untested "could not compile $binfile_lib." return -1 } |