diff options
Diffstat (limited to 'gdb/testsuite/gdb.stabs/gdb11479.exp')
-rw-r--r-- | gdb/testsuite/gdb.stabs/gdb11479.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.stabs/gdb11479.exp b/gdb/testsuite/gdb.stabs/gdb11479.exp index f395f108691..74222ead072 100644 --- a/gdb/testsuite/gdb.stabs/gdb11479.exp +++ b/gdb/testsuite/gdb.stabs/gdb11479.exp @@ -40,7 +40,7 @@ proc do_test {version} { gdb_test "print sizeof (*e)" "= \[1-9\]*" "sizeof (*e) in test $version" } -if { [prepare_for_testing $testfile.exp $testfile $testfile.c {debug additional_flags=-gstabs}] == 0 } { +if { [prepare_for_testing "failed to prepare" $testfile $testfile.c {debug additional_flags=-gstabs}] == 0 } { do_test forced_stabs } @@ -48,7 +48,7 @@ if { [prepare_for_testing $testfile.exp $testfile $testfile.c {debug additional_ # by GDB which can generate a compilation failure. gdb_exit -if { [prepare_for_testing $testfile.exp $testfile $testfile.c {debug}] == 0 } { +if { [prepare_for_testing "failed to prepare" $testfile $testfile.c {debug}] == 0 } { do_test natural_debug_format } |