diff options
Diffstat (limited to 'gdb/testsuite/gdb.dwarf2/dw2-anonymous-func.exp')
-rw-r--r-- | gdb/testsuite/gdb.dwarf2/dw2-anonymous-func.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.dwarf2/dw2-anonymous-func.exp b/gdb/testsuite/gdb.dwarf2/dw2-anonymous-func.exp index 7b43eab5b10..6aff73785bd 100644 --- a/gdb/testsuite/gdb.dwarf2/dw2-anonymous-func.exp +++ b/gdb/testsuite/gdb.dwarf2/dw2-anonymous-func.exp @@ -24,7 +24,7 @@ if {![dwarf2_support]} { standard_testfile .S set dwarf_srcfile "file1.txt" -if {[prepare_for_testing_full $testfile.exp \ +if {[prepare_for_testing_full "failed to prepare" \ [list $testfile debug main.c debug $srcfile nodebug]]} { return -1 } |