diff options
Diffstat (limited to 'gdb/testsuite/gdb.pascal/floats.exp')
-rw-r--r-- | gdb/testsuite/gdb.pascal/floats.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.pascal/floats.exp b/gdb/testsuite/gdb.pascal/floats.exp index bd27947..9e58272 100644 --- a/gdb/testsuite/gdb.pascal/floats.exp +++ b/gdb/testsuite/gdb.pascal/floats.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 } |