diff options
Diffstat (limited to 'gdb/testsuite/gdb.compile')
-rw-r--r-- | gdb/testsuite/gdb.compile/compile-print.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.compile/compile-print.exp b/gdb/testsuite/gdb.compile/compile-print.exp index 92c6240..de2f0e7 100644 --- a/gdb/testsuite/gdb.compile/compile-print.exp +++ b/gdb/testsuite/gdb.compile/compile-print.exp @@ -38,7 +38,7 @@ gdb_test_multiple $test $test { pass $test } -re ": error: stray '@' in program\r\n.*\r\n$gdb_prompt $" { - xfail "$test (gcc does not support '@')" + kfail compile/18489 "$test" } } @@ -48,7 +48,7 @@ gdb_test_multiple $test $test { pass $test } -re ": error: stray '@' in program\r\n.*\r\n$gdb_prompt $" { - xfail "$test (gcc does not support '@')" + kfail compile/18489 "$test" } } |