diff options
Diffstat (limited to 'gdb/testsuite/gdb.stabs/exclfwd.exp')
-rw-r--r-- | gdb/testsuite/gdb.stabs/exclfwd.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.stabs/exclfwd.exp b/gdb/testsuite/gdb.stabs/exclfwd.exp index e7ee938..a6e6ff8 100644 --- a/gdb/testsuite/gdb.stabs/exclfwd.exp +++ b/gdb/testsuite/gdb.stabs/exclfwd.exp @@ -40,14 +40,14 @@ set eol "\[ \t\]*\[\n\r\]+" gdb_test "ptype v1" "type = struct a {$eol int x;$eol int y;$eol -}$eol" +}" if {[test_debug_format "stabs"]} { setup_kfail "gdb/1602" *-*-* } gdb_test "ptype v2" "type = struct a {$eol const char .c;$eol -}$eol" +}" if {[test_debug_format "stabs"]} { setup_kfail "gdb/1603" *-*-* |