diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/expand-psymtabs.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/expand-psymtabs.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/expand-psymtabs.exp b/gdb/testsuite/gdb.base/expand-psymtabs.exp index 59b10d5..ff509fa 100644 --- a/gdb/testsuite/gdb.base/expand-psymtabs.exp +++ b/gdb/testsuite/gdb.base/expand-psymtabs.exp @@ -37,7 +37,7 @@ if [get_compiler_info] { } # We intentionally compile the source file in twice. -if {[prepare_for_testing_full $testfile.exp \ +if {[prepare_for_testing_full "failed to prepare" \ [list $testfile debug $srcfile {debug additional_flags=-DFIRST} \ $srcfile debug]]} { return -1 |