diff options
Diffstat (limited to 'gdb/testsuite/gdb.cp/pr-1553.exp')
-rw-r--r-- | gdb/testsuite/gdb.cp/pr-1553.exp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.cp/pr-1553.exp b/gdb/testsuite/gdb.cp/pr-1553.exp index fe9e2a2..c433ea6 100644 --- a/gdb/testsuite/gdb.cp/pr-1553.exp +++ b/gdb/testsuite/gdb.cp/pr-1553.exp @@ -32,6 +32,9 @@ if { [skip_cplus_tests] } { continue } set prms_id 0 set bug_id 0 +# No test program available. +continue + set testfile "pr-1553" set srcfile ${testfile}.cc set binfile ${objdir}/${subdir}/${testfile} |