diff options
Diffstat (limited to 'gdb/testsuite/gdb.cp/cmpd-minsyms.exp')
-rw-r--r-- | gdb/testsuite/gdb.cp/cmpd-minsyms.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.cp/cmpd-minsyms.exp b/gdb/testsuite/gdb.cp/cmpd-minsyms.exp index 9dfe498..bd2ed12 100644 --- a/gdb/testsuite/gdb.cp/cmpd-minsyms.exp +++ b/gdb/testsuite/gdb.cp/cmpd-minsyms.exp @@ -23,7 +23,7 @@ if {[skip_cplus_tests]} { continue } standard_testfile .cc # Do NOT compile with debug flag. -if {[prepare_for_testing $testfile $testfile $srcfile {c++}]} { +if {[prepare_for_testing "failed to prepare" $testfile $srcfile {c++}]} { return -1 } |