diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/lineinc.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/lineinc.exp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/lineinc.exp b/gdb/testsuite/gdb.base/lineinc.exp index 4707ce516e..2b0c2dd0f5 100644 --- a/gdb/testsuite/gdb.base/lineinc.exp +++ b/gdb/testsuite/gdb.base/lineinc.exp @@ -93,7 +93,8 @@ set binfile ${objdir}/${subdir}/${testfile} if {[gdb_compile "${srcdir}/${subdir}/${testfile}.c" ${binfile} executable {debug}] != ""} { - gdb_suppress_entire_file "Testcase compile failed, so all tests in this file will automatically fail." + untested lineinc.exp + return -1 } gdb_exit |