aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/symbol-without-target_section.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.base/symbol-without-target_section.exp')
-rw-r--r--gdb/testsuite/gdb.base/symbol-without-target_section.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/symbol-without-target_section.exp b/gdb/testsuite/gdb.base/symbol-without-target_section.exp
index 1a6403b..442739b 100644
--- a/gdb/testsuite/gdb.base/symbol-without-target_section.exp
+++ b/gdb/testsuite/gdb.base/symbol-without-target_section.exp
@@ -23,7 +23,7 @@ set binlibfile ${testfile}.x
if { [gdb_compile "${srcdir}/${subdir}/${srcfile2}" \
[standard_output_file ${binlibfile}] object {debug}] != "" } {
- untested ${testfile}.exp
+ untested "failed to compile"
return -1
}
if {[build_executable ${testfile}.exp ${testfile} ${srcfile} {debug}] == -1} {