diff options
Diffstat (limited to 'gdb/testsuite/gdb.pascal/gdb11492.exp')
-rw-r--r-- | gdb/testsuite/gdb.pascal/gdb11492.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.pascal/gdb11492.exp b/gdb/testsuite/gdb.pascal/gdb11492.exp index 38c942a..837c082 100644 --- a/gdb/testsuite/gdb.pascal/gdb11492.exp +++ b/gdb/testsuite/gdb.pascal/gdb11492.exp @@ -18,7 +18,7 @@ load_lib "pascal.exp" standard_testfile .pas if {[gdb_compile_pascal "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [list debug ]] != "" } { - untested $testfile.exp + untested "failed to compile" return -1 } |