diff options
Diffstat (limited to 'gdb/testsuite/gdb.arch/ftrace-insn-reloc.exp')
-rw-r--r-- | gdb/testsuite/gdb.arch/ftrace-insn-reloc.exp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.arch/ftrace-insn-reloc.exp b/gdb/testsuite/gdb.arch/ftrace-insn-reloc.exp index 106261a..3292ab5 100644 --- a/gdb/testsuite/gdb.arch/ftrace-insn-reloc.exp +++ b/gdb/testsuite/gdb.arch/ftrace-insn-reloc.exp @@ -21,9 +21,8 @@ set expfile $testfile.exp # Some targets have leading underscores on assembly symbols. set additional_flags [gdb_target_symbol_prefix_flags] -if [prepare_for_testing $expfile $executable $srcfile \ +if [prepare_for_testing "failed to prepare" $executable $srcfile \ [list debug $additional_flags]] { - untested "failed to prepare for trace tests" return -1 } |