aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.btrace/dlopen.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.btrace/dlopen.exp')
-rw-r--r--gdb/testsuite/gdb.btrace/dlopen.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.btrace/dlopen.exp b/gdb/testsuite/gdb.btrace/dlopen.exp
index 05354f5..1e5b4f1 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 "failed to compile shared library"
return -1
}