diff options
Diffstat (limited to 'gdb/testsuite/gdb.cp/static-print-quit.exp')
-rw-r--r-- | gdb/testsuite/gdb.cp/static-print-quit.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.cp/static-print-quit.exp b/gdb/testsuite/gdb.cp/static-print-quit.exp index 6157245..624acba 100644 --- a/gdb/testsuite/gdb.cp/static-print-quit.exp +++ b/gdb/testsuite/gdb.cp/static-print-quit.exp @@ -18,7 +18,7 @@ if { [skip_cplus_tests] } { continue } standard_testfile .cc if { [gdb_compile $srcdir/$subdir/$srcfile $binfile.o object {debug c++}] != ""} { - untested ${testfile}.exp + untested "failed to compile" return -1 } @@ -34,7 +34,7 @@ gdb_test_multiple "print c" $test { } -re "\r\n---Type <return>" { # gdb-7.1 did not crash with this testcase but it had the same bug. - untested ${testfile}.exp + untested "bug does not reproduce" return 0 } } |