diff options
Diffstat (limited to 'gdb/testsuite/gdb.cp/static-method.exp')
-rw-r--r-- | gdb/testsuite/gdb.cp/static-method.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.cp/static-method.exp b/gdb/testsuite/gdb.cp/static-method.exp index 95b3eb9..8be47ab 100644 --- a/gdb/testsuite/gdb.cp/static-method.exp +++ b/gdb/testsuite/gdb.cp/static-method.exp @@ -43,7 +43,7 @@ if {[skip_cplus_tests]} { continue } # Tests for c++/12750 standard_testfile .cc -if {[prepare_for_testing $testfile $testfile $srcfile {c++ debug}]} { +if {[prepare_for_testing "failed to prepare" $testfile $srcfile {c++ debug}]} { return -1 } |