diff options
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/gdb.ada/ptype_tagged_param.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.ada/ptype_tagged_param.exp b/gdb/testsuite/gdb.ada/ptype_tagged_param.exp index 759b10f..da9b2bb 100644 --- a/gdb/testsuite/gdb.ada/ptype_tagged_param.exp +++ b/gdb/testsuite/gdb.ada/ptype_tagged_param.exp @@ -49,7 +49,7 @@ gdb_test_multiple "ptype s" "ptype s" { } -re -wrap $nodebug { if {!$has_runtime_debug_info} { - kfail "no debug info" $gdb_test_name + xfail "no debug info" $gdb_test_name } else { fail $gdb_test_name } |