diff options
Diffstat (limited to 'gdb/testsuite/gdb.cp/hang.exp')
-rw-r--r-- | gdb/testsuite/gdb.cp/hang.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.cp/hang.exp b/gdb/testsuite/gdb.cp/hang.exp index ab43c7b..7f5aae3 100644 --- a/gdb/testsuite/gdb.cp/hang.exp +++ b/gdb/testsuite/gdb.cp/hang.exp @@ -18,7 +18,7 @@ if { [skip_cplus_tests] } { continue } standard_testfile hang1.cc hang2.cc hang3.cc -if {[prepare_for_testing $testfile.exp $testfile \ +if {[prepare_for_testing "failed to prepare" $testfile \ [list $srcfile $srcfile2 $srcfile3] {debug c++}]} { return -1 } |