aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.btrace/data.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.btrace/data.exp')
-rw-r--r--gdb/testsuite/gdb.btrace/data.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.btrace/data.exp b/gdb/testsuite/gdb.btrace/data.exp
index f39b24f..924e81c 100644
--- a/gdb/testsuite/gdb.btrace/data.exp
+++ b/gdb/testsuite/gdb.btrace/data.exp
@@ -22,7 +22,7 @@ if { [skip_btrace_tests] } { return -1 }
# start inferior
standard_testfile
-if [prepare_for_testing $testfile.exp $testfile $srcfile] {
+if [prepare_for_testing "failed to prepare" $testfile $srcfile] {
return -1
}
if ![runto_main] {