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 1e5b4f1..3464030 100644 --- a/gdb/testsuite/gdb.btrace/dlopen.exp +++ b/gdb/testsuite/gdb.btrace/dlopen.exp @@ -30,7 +30,7 @@ if { [gdb_compile_shlib $srcfile_lib $binfile_lib \ return -1 } -if { [prepare_for_testing $testfile.exp $testfile $srcfile \ +if { [prepare_for_testing "failed to prepare" $testfile $srcfile \ [list additional_flags=-DDSO_NAME=\"$binfile_lib\" libs=-ldl]] } { return -1 } |