diff options
Diffstat (limited to 'gdb/testsuite/gdb.arch/i386-mpx.exp')
-rw-r--r-- | gdb/testsuite/gdb.arch/i386-mpx.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.arch/i386-mpx.exp b/gdb/testsuite/gdb.arch/i386-mpx.exp index dc1ad56..128f6b8 100644 --- a/gdb/testsuite/gdb.arch/i386-mpx.exp +++ b/gdb/testsuite/gdb.arch/i386-mpx.exp @@ -29,7 +29,7 @@ if { ![istarget i?86-*-*] && ![istarget x86_64-*-* ] } { set comp_flags "-mmpx -fcheck-pointer-bounds -I${srcdir}/../nat/" -if { [prepare_for_testing ${testfile}.exp ${testfile} ${srcfile} \ +if { [prepare_for_testing "failed to prepare" ${testfile} ${srcfile} \ [list debug nowarnings additional_flags=${comp_flags}]] } { return -1 } |